Uses of Interface
org.apache.iotdb.db.mpp.plan.execution.IQueryExecution
-
-
Uses of IQueryExecution in org.apache.iotdb.db.mpp.plan
Methods in org.apache.iotdb.db.mpp.plan that return IQueryExecution Modifier and Type Method Description IQueryExecutionCoordinator. getQueryExecution(java.lang.Long queryId) -
Uses of IQueryExecution in org.apache.iotdb.db.mpp.plan.execution
Classes in org.apache.iotdb.db.mpp.plan.execution that implement IQueryExecution Modifier and Type Class Description classQueryExecutionQueryExecution stores all the status of a query which is being prepared or running inside the MPP frame. -
Uses of IQueryExecution in org.apache.iotdb.db.mpp.plan.execution.config
Classes in org.apache.iotdb.db.mpp.plan.execution.config that implement IQueryExecution Modifier and Type Class Description classConfigExecution -
Uses of IQueryExecution in org.apache.iotdb.db.protocol.mpprest.handler
Methods in org.apache.iotdb.db.protocol.mpprest.handler with parameters of type IQueryExecution Modifier and Type Method Description static javax.ws.rs.core.ResponseQueryDataSetHandler. fillAggregationPlanDataSet(IQueryExecution queryExecution, int actualRowSizeLimit)static javax.ws.rs.core.ResponseQueryDataSetHandler. fillDataSetWithTimestamps(IQueryExecution queryExecution, int actualRowSizeLimit, long timePrecision)static javax.ws.rs.core.ResponseQueryDataSetHandler. fillGrafanaNodesResult(IQueryExecution queryExecution)static javax.ws.rs.core.ResponseQueryDataSetHandler. fillGrafanaVariablesResult(IQueryExecution queryExecution, Statement statement)static javax.ws.rs.core.ResponseQueryDataSetHandler. fillQueryDataSet(IQueryExecution queryExecution, Statement statement, int actualRowSizeLimit) -
Uses of IQueryExecution in org.apache.iotdb.db.utils
Methods in org.apache.iotdb.db.utils with parameters of type IQueryExecution Modifier and Type Method Description static org.apache.iotdb.service.rpc.thrift.TSQueryDataSetQueryDataSetUtils. convertTsBlockByFetchSize(IQueryExecution queryExecution, int fetchSize)
-