Class TableApplyQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.tables.remote.TableApplyQuery
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
public class TableApplyQuery extends ContextAwareRemoteQuery<Object>
We use a query instead of a function so that it can be context aware for deflation, logs, or other niceties.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description TableApplyQuery(int handleId, com.fishlib.base.Function.Unary<?,Table> function)
-
Method Summary
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
Method Details
-
execute
Description copied from interface:RemoteQuery
Execute a query on a remote host.- Parameters:
database
- database to use for execution.- Returns:
- result of the query.
-
toString
-