Class 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:
  • Constructor Details

    • PythonPushClassQuery

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

    • getPythonVersion

      public String getPythonVersion()
    • 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.