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
public class PythonPushClassQuery extends ContextAwareRemoteQuery<Object>
Wraps up a python object to be evaluated on the other side.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PythonPushClassQuery(String name, byte[] dilledObject, String pythonVersion)
-
Method Summary
Modifier and Type Method Description Object
execute(Database database)
Execute a query on a remote host.String
getPythonVersion()
Methods inherited from class com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery
getClient, getLog, getRemoteQueryProcessor, getUserContext, initializeContext, initializeContext
-
Constructor Details
-
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.
-