Uses of Class
org.apache.iotdb.db.mpp.plan.planner.plan.parameter.AggregationStep
-
-
Uses of AggregationStep in org.apache.iotdb.db.mpp.aggregation
Fields in org.apache.iotdb.db.mpp.aggregation declared as AggregationStep Modifier and Type Field Description protected AggregationStepAggregator. stepConstructors in org.apache.iotdb.db.mpp.aggregation with parameters of type AggregationStep Constructor Description Aggregator(Accumulator accumulator, AggregationStep step)Aggregator(Accumulator accumulator, AggregationStep step, java.util.List<InputLocation[]> inputLocationList) -
Uses of AggregationStep in org.apache.iotdb.db.mpp.aggregation.slidingwindow
Methods in org.apache.iotdb.db.mpp.aggregation.slidingwindow with parameters of type AggregationStep Modifier and Type Method Description static SlidingWindowAggregatorSlidingWindowAggregatorFactory. createSlidingWindowAggregator(AggregationType aggregationType, org.apache.iotdb.tsfile.file.metadata.enums.TSDataType dataType, boolean ascending, java.util.List<InputLocation[]> inputLocationList, AggregationStep step)Constructors in org.apache.iotdb.db.mpp.aggregation.slidingwindow with parameters of type AggregationStep Constructor Description EmptyQueueSlidingWindowAggregator(Accumulator accumulator, java.util.List<InputLocation[]> inputLocationList, AggregationStep step)MonotonicQueueSlidingWindowAggregator(Accumulator accumulator, java.util.List<InputLocation[]> inputLocationList, AggregationStep step, java.util.Comparator<org.apache.iotdb.tsfile.read.common.block.column.Column> comparator)NormalQueueSlidingWindowAggregator(Accumulator accumulator, java.util.List<InputLocation[]> inputLocationList, AggregationStep step)SlidingWindowAggregator(Accumulator accumulator, java.util.List<InputLocation[]> inputLocationList, AggregationStep step)SmoothQueueSlidingWindowAggregator(Accumulator accumulator, java.util.List<InputLocation[]> inputLocationList, AggregationStep step) -
Uses of AggregationStep in org.apache.iotdb.db.mpp.plan.planner
Methods in org.apache.iotdb.db.mpp.plan.planner with parameters of type AggregationStep Modifier and Type Method Description LogicalPlanBuilderLogicalPlanBuilder. planAggregation(java.util.Set<Expression> aggregationExpressions, GroupByTimeParameter groupByTimeParameter, AggregationStep curStep, TypeProvider typeProvider, Ordering scanOrder)LogicalPlanBuilderLogicalPlanBuilder. planAggregationSource(java.util.Set<Expression> sourceExpressions, AggregationStep curStep, Ordering scanOrder, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, GroupByTimeParameter groupByTimeParameter, java.util.Set<Expression> aggregationExpressions, java.util.Map<Expression,java.util.Set<Expression>> groupByLevelExpressions, TypeProvider typeProvider)LogicalPlanBuilderLogicalPlanBuilder. planAggregationSourceWithIndexAdjust(java.util.Set<Expression> sourceExpressions, AggregationStep curStep, Ordering scanOrder, org.apache.iotdb.tsfile.read.filter.basic.Filter timeFilter, GroupByTimeParameter groupByTimeParameter, java.util.Set<Expression> aggregationExpressions, java.util.List<java.lang.Integer> measurementIndexes, java.util.Map<Expression,java.util.Set<Expression>> groupByLevelExpressions, TypeProvider typeProvider)LogicalPlanBuilderLogicalPlanBuilder. planGroupByLevel(java.util.Map<Expression,java.util.Set<Expression>> groupByLevelExpressions, AggregationStep curStep, GroupByTimeParameter groupByTimeParameter, Ordering scanOrder)LogicalPlanBuilderLogicalPlanBuilder. planSlidingWindowAggregation(java.util.Set<Expression> aggregationExpressions, GroupByTimeParameter groupByTimeParameter, AggregationStep curStep, Ordering scanOrder) -
Uses of AggregationStep in org.apache.iotdb.db.mpp.plan.planner.plan.parameter
Fields in org.apache.iotdb.db.mpp.plan.planner.plan.parameter declared as AggregationStep Modifier and Type Field Description protected AggregationStepAggregationDescriptor. stepMethods in org.apache.iotdb.db.mpp.plan.planner.plan.parameter that return AggregationStep Modifier and Type Method Description static AggregationStepAggregationStep. deserialize(java.nio.ByteBuffer byteBuffer)AggregationStepAggregationDescriptor. getStep()static AggregationStepAggregationStep. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AggregationStep[]AggregationStep. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.iotdb.db.mpp.plan.planner.plan.parameter with parameters of type AggregationStep Modifier and Type Method Description voidAggregationDescriptor. setStep(AggregationStep step)Constructors in org.apache.iotdb.db.mpp.plan.planner.plan.parameter with parameters of type AggregationStep Constructor Description AggregationDescriptor(java.lang.String aggregationFuncName, AggregationStep step, java.util.List<Expression> inputExpressions)GroupByLevelDescriptor(java.lang.String aggregationFuncName, AggregationStep step, java.util.List<Expression> inputExpressions, Expression outputExpression)
-