Uses of Class
org.apache.iotdb.db.qp.physical.crud.RawDataQueryPlan
-
-
Uses of RawDataQueryPlan in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud with parameters of type RawDataQueryPlan Modifier and Type Method Description protected org.apache.iotdb.tsfile.read.expression.IExpressionGroupByFillQueryOperator. optimizeExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.expression.IExpressionGroupByQueryOperator. optimizeExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.expression.IExpressionQueryOperator. optimizeExpression(org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan queryPlan) -
Uses of RawDataQueryPlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of RawDataQueryPlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classAggregationPlanclassFillQueryPlanclassGroupByTimeFillPlanclassGroupByTimePlanclassLastQueryPlanclassQueryIndexPlanclassUDAFPlanThe physical plan of aggregation query with UDF nestedclassUDTFPlan -
Uses of RawDataQueryPlan in org.apache.iotdb.db.query.dataset
Constructors in org.apache.iotdb.db.query.dataset with parameters of type RawDataQueryPlan Constructor Description RawQueryDataSetWithoutValueFilter(long queryId, RawDataQueryPlan queryPlan, java.util.List<ManagedSeriesReader> readers)constructor of EngineDataSetWithoutValueFilter. -
Uses of RawDataQueryPlan in org.apache.iotdb.db.query.dataset.groupby
Methods in org.apache.iotdb.db.query.dataset.groupby with parameters of type RawDataQueryPlan Modifier and Type Method Description protected IReaderByTimestampGroupByWithValueFilterDataSet. getReaderByTime(org.apache.iotdb.commons.path.PartialPath path, RawDataQueryPlan queryPlan, QueryContext context)protected org.apache.iotdb.tsfile.read.query.timegenerator.TimeGeneratorGroupByWithValueFilterDataSet. getTimeGenerator(QueryContext context, RawDataQueryPlan queryPlan) -
Uses of RawDataQueryPlan in org.apache.iotdb.db.query.executor
Fields in org.apache.iotdb.db.query.executor declared as RawDataQueryPlan Modifier and Type Field Description protected RawDataQueryPlanRawDataQueryExecutor. queryPlanMethods in org.apache.iotdb.db.query.executor with parameters of type RawDataQueryPlan Modifier and Type Method Description protected java.util.List<org.apache.iotdb.tsfile.read.TimeValuePair>LastQueryExecutor. calculateLastPairForSeries(java.util.List<org.apache.iotdb.commons.path.PartialPath> seriesPaths, java.util.List<org.apache.iotdb.tsfile.file.metadata.enums.TSDataType> dataTypes, QueryContext context, org.apache.iotdb.tsfile.read.expression.IExpression expression, RawDataQueryPlan lastQueryPlan)protected RawDataQueryExecutorQueryRouter. getRawDataQueryExecutor(RawDataQueryPlan queryPlan)protected IReaderByTimestampAggregationExecutor. getReaderByTime(org.apache.iotdb.commons.path.PartialPath path, RawDataQueryPlan queryPlan, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, QueryContext context)protected org.apache.iotdb.tsfile.read.query.timegenerator.TimeGeneratorAggregationExecutor. getTimeGenerator(QueryContext context, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.read.query.timegenerator.TimeGeneratorRawDataQueryExecutor. getTimeGenerator(QueryContext context, RawDataQueryPlan queryPlan)protected org.apache.iotdb.tsfile.utils.Pair<java.util.List<IReaderByTimestamp>,java.util.List<java.util.List<java.lang.Integer>>>RawDataQueryExecutor. initSeriesReaderByTimestamp(QueryContext context, RawDataQueryPlan queryPlan, java.util.List<java.lang.Boolean> cached, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter)init IReaderByTimestamp for each not cached PartialPath, if it's already been cached, the corresponding IReaderByTimestamp will be null group these not cached PartialPath to one AlignedPath if they belong to same aligned deviceorg.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. rawDataQuery(RawDataQueryPlan queryPlan, QueryContext context)Execute physical plan.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. rawDataQuery(RawDataQueryPlan queryPlan, QueryContext context)Constructors in org.apache.iotdb.db.query.executor with parameters of type RawDataQueryPlan Constructor Description RawDataQueryExecutor(RawDataQueryPlan queryPlan) -
Uses of RawDataQueryPlan in org.apache.iotdb.db.query.timegenerator
Fields in org.apache.iotdb.db.query.timegenerator declared as RawDataQueryPlan Modifier and Type Field Description protected RawDataQueryPlanServerTimeGenerator. queryPlanConstructors in org.apache.iotdb.db.query.timegenerator with parameters of type RawDataQueryPlan Constructor Description ServerTimeGenerator(QueryContext context, RawDataQueryPlan queryPlan)Constructor of EngineTimeGenerator.
-