Class FetchResultQuery

java.lang.Object
com.illumon.iris.db.tables.remotequery.ContextAwareRemoteQuery<Object>
io.deephaven.query.parameterized.impl.query.FetchResultQuery
All Implemented Interfaces:
RemoteQuery<Object>, Serializable

public class FetchResultQuery extends ContextAwareRemoteQuery<Object>
Fetch a viewport-ready table from the server.
See Also:
  • Constructor Details

    • FetchResultQuery

      public FetchResultQuery(String parQName, int universeId, String tableName)
  • 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.
    • setSessionFetcher

      @TestUseOnly public static void setSessionFetcher(SessionFetcher fetcher)