Package com.illumon.iris.db.util
Class PythonPushClassQuery
java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
com.illumon.iris.db.util.PythonPushClassQuery
- All Implemented Interfaces:
RemoteQuery<Object>
,Serializable
Wraps up a python object to be evaluated on the other side.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPythonPushClassQuery
(String name, byte[] dilledObject, String pythonVersion) -
Method Summary
Modifier and TypeMethodDescriptionExecute a query on a remote host.Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
PythonPushClassQuery
-
-
Method Details
-
getPythonVersion
-
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.
-