Class PythonRemoteQuery

All Implemented Interfaces:
RemoteQuery<Object>, Serializable

public class PythonRemoteQuery extends ContextAwareRemoteQuery<Object>
Wraps up a python object for execution on the remote side.
See Also:
  • Constructor Details

    • PythonRemoteQuery

      public PythonRemoteQuery(byte[] dilledObject, String pythonVersion)
  • Method Details

    • getPythonVersion

      public String getPythonVersion()
    • setAutoDeflate

      public PythonRemoteQuery setAutoDeflate(boolean autoDeflate)
    • getAutoDeflate

      public boolean getAutoDeflate()
    • execute

      public Object execute(Database database)
      Description copied from interface: RemoteQuery
      Execute a query on a remote host.
      Parameters:
      database - database to use for execution.
      Returns:
      result of the query.