Uses of Class
org.apache.iotdb.db.qp.physical.crud.AggregationPlan
-
Packages that use AggregationPlan Package Description org.apache.iotdb.db.qp.logical.crud org.apache.iotdb.db.qp.physical.crud org.apache.iotdb.db.query.executor -
-
Uses of AggregationPlan in org.apache.iotdb.db.qp.logical.crud
Methods in org.apache.iotdb.db.qp.logical.crud that return AggregationPlan Modifier and Type Method Description protected AggregationPlanAggregationQueryOperator. initAggregationPlan(QueryPlan queryPlan)Methods in org.apache.iotdb.db.qp.logical.crud with parameters of type AggregationPlan Modifier and Type Method Description protected voidAggregationQueryOperator. initGroupByLevel(AggregationPlan aggregationPlan) -
Uses of AggregationPlan in org.apache.iotdb.db.qp.physical.crud
Subclasses of AggregationPlan in org.apache.iotdb.db.qp.physical.crud Modifier and Type Class Description classGroupByTimeFillPlanclassGroupByTimePlanMethods in org.apache.iotdb.db.qp.physical.crud that return AggregationPlan Modifier and Type Method Description AggregationPlanAlignByDevicePlan. getAggregationPlan()AggregationPlanUDAFPlan. getInnerAggregationPlan()Methods in org.apache.iotdb.db.qp.physical.crud with parameters of type AggregationPlan Modifier and Type Method Description voidAlignByDevicePlan. setAggregationPlan(AggregationPlan aggregationPlan)voidUDAFPlan. setInnerAggregationPlan(AggregationPlan innerAggregationPlan) -
Uses of AggregationPlan in org.apache.iotdb.db.query.executor
Methods in org.apache.iotdb.db.query.executor with parameters of type AggregationPlan Modifier and Type Method Description org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetIQueryRouter. aggregate(AggregationPlan aggregationPlan, QueryContext context)Execute aggregation query.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetQueryRouter. aggregate(AggregationPlan aggregationPlan, QueryContext context)org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetAggregationExecutor. executeWithoutValueFilter(AggregationPlan aggregationPlan)execute aggregate function with only time filter or no filter.org.apache.iotdb.tsfile.read.query.dataset.QueryDataSetAggregationExecutor. executeWithValueFilter(AggregationPlan queryPlan)execute aggregate function with value filter.protected AggregationExecutorQueryRouter. getAggregationExecutor(QueryContext context, AggregationPlan aggregationPlan)Constructors in org.apache.iotdb.db.query.executor with parameters of type AggregationPlan Constructor Description AggregationExecutor(QueryContext context, AggregationPlan aggregationPlan)
-