Uses of Class
org.apache.iotdb.db.qp.physical.crud.QueryPlan
-
-
Uses of QueryPlan in org.apache.iotdb.db.engine.selectinto
Constructors in org.apache.iotdb.db.engine.selectinto with parameters of type QueryPlan Constructor Description InsertTabletPlansIterator(QueryPlan queryPlan, org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet queryDataSet, org.apache.iotdb.commons.path.PartialPath fromPath, java.util.List<org.apache.iotdb.commons.path.PartialPath> intoPaths, boolean isIntoPathsAligned) -
Uses of QueryPlan in org.apache.iotdb.db.protocol.rest.handler
Methods in org.apache.iotdb.db.protocol.rest.handler with parameters of type QueryPlan Modifier and Type Method Description static javax.ws.rs.core.ResponseQueryDataSetHandler. fillDataSetWithTimestamps(org.apache.iotdb.tsfile.read.query.dataset.QueryDataSet sourceDataSet, QueryPlan queryPlan, int actualRowSizeLimit, long timePrecision) -
Uses of QueryPlan in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor with parameters of type QueryPlan Modifier and Type Method Description protected org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetPlanExecutor. processDataQuery(QueryPlan queryPlan, QueryContext context) -
Uses of QueryPlan in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return QueryPlan Modifier and Type Method Description protected QueryPlanQueryOperator. generateRawDataQueryPlan(PhysicalGenerator generator, QueryPlan queryPlan)Methods in org.apache.iotdb.db.qp.logical.crud with parameters of type QueryPlan Modifier and Type Method Description protected QueryPlanQueryOperator. generateRawDataQueryPlan(PhysicalGenerator generator, QueryPlan queryPlan)protected AggregationPlanAggregationQueryOperator. initAggregationPlan(QueryPlan queryPlan)protected GroupByTimeFillPlanGroupByFillQueryOperator. initGroupByTimeFillPlan(QueryPlan queryPlan)protected GroupByTimePlanGroupByQueryOperator. initGroupByTimePlan(QueryPlan queryPlan) -
Uses of QueryPlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of QueryPlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classAggregationPlanclassAlignByDevicePlanclassFillQueryPlanclassGroupByTimeFillPlanclassGroupByTimePlanclassLastQueryPlanclassQueryIndexPlanclassRawDataQueryPlanclassUDAFPlanThe physical plan of aggregation query with UDF nestedclassUDTFPlanMethods in org.apache.iotdb.db.qp.physical.crud that return QueryPlan Modifier and Type Method Description QueryPlanSelectIntoPlan. getQueryPlan()Constructors in org.apache.iotdb.db.qp.physical.crud with parameters of type QueryPlan Constructor Description SelectIntoPlan(QueryPlan queryPlan, org.apache.iotdb.commons.path.PartialPath fromPath, java.util.List<org.apache.iotdb.commons.path.PartialPath> intoPaths, boolean isIntoPathsAligned)
-