Uses of Enum
org.apache.drill.exec.planner.physical.AggPrelBase.OperatorPhase
Packages that use AggPrelBase.OperatorPhase
Package
Description
-
Uses of AggPrelBase.OperatorPhase in org.apache.drill.exec.physical.config
Methods in org.apache.drill.exec.physical.config that return AggPrelBase.OperatorPhaseModifier and TypeMethodDescriptionHashAggregate.getAggPhase()MetadataHashAggPOP.getPhase()MetadataStreamAggPOP.getPhase()Constructors in org.apache.drill.exec.physical.config with parameters of type AggPrelBase.OperatorPhaseModifierConstructorDescriptionHashAggregate(PhysicalOperator child, AggPrelBase.OperatorPhase aggPhase, List<NamedExpression> groupByExprs, List<NamedExpression> aggrExprs, float cardinality) MetadataHashAggPOP(PhysicalOperator child, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase) MetadataStreamAggPOP(PhysicalOperator child, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase) -
Uses of AggPrelBase.OperatorPhase in org.apache.drill.exec.physical.impl.metadata
Constructors in org.apache.drill.exec.physical.impl.metadata with parameters of type AggPrelBase.OperatorPhaseModifierConstructorDescriptionMetadataAggregateHelper(MetadataAggregateContext context, ColumnNamesOptions columnNamesOptions, BatchSchema schema, AggPrelBase.OperatorPhase phase) -
Uses of AggPrelBase.OperatorPhase in org.apache.drill.exec.planner.physical
Fields in org.apache.drill.exec.planner.physical declared as AggPrelBase.OperatorPhaseMethods in org.apache.drill.exec.planner.physical that return AggPrelBase.OperatorPhaseModifier and TypeMethodDescriptionAggPrelBase.getOperatorPhase()MetadataHashAggPrel.getPhase()MetadataStreamAggPrel.getPhase()static AggPrelBase.OperatorPhaseReturns the enum constant of this type with the specified name.static AggPrelBase.OperatorPhase[]AggPrelBase.OperatorPhase.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.drill.exec.planner.physical with parameters of type AggPrelBase.OperatorPhaseModifierConstructorDescriptionAggPrelBase(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode child, org.apache.calcite.util.ImmutableBitSet groupSet, List<org.apache.calcite.util.ImmutableBitSet> groupSets, List<org.apache.calcite.rel.core.AggregateCall> aggCalls, AggPrelBase.OperatorPhase phase) HashAggPrel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode child, org.apache.calcite.util.ImmutableBitSet groupSet, List<org.apache.calcite.util.ImmutableBitSet> groupSets, List<org.apache.calcite.rel.core.AggregateCall> aggCalls, AggPrelBase.OperatorPhase phase) MetadataHashAggPrel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode input, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase) MetadataStreamAggPrel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode input, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase) StreamAggPrel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode child, org.apache.calcite.util.ImmutableBitSet groupSet, List<org.apache.calcite.util.ImmutableBitSet> groupSets, List<org.apache.calcite.rel.core.AggregateCall> aggCalls, AggPrelBase.OperatorPhase phase)