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

    • TableApplyQuery

      public TableApplyQuery(int handleId, com.fishlib.base.Function.Unary<?,Table> function)
  • Method Details

    • 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.
    • toString

      public String toString()
      Overrides:
      toString in class Object