Uses of Enum
org.apache.drill.exec.planner.physical.AggPrelBase.OperatorPhase
Package
Description
-
Uses of AggPrelBase.OperatorPhase in org.apache.drill.exec.physical.config
Modifier and TypeMethodDescriptionHashAggregate.getAggPhase()
MetadataHashAggPOP.getPhase()
MetadataStreamAggPOP.getPhase()
ModifierConstructorDescriptionHashAggregate
(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
ModifierConstructorDescriptionMetadataAggregateHelper
(MetadataAggregateContext context, ColumnNamesOptions columnNamesOptions, BatchSchema schema, AggPrelBase.OperatorPhase phase) -
Uses of AggPrelBase.OperatorPhase in org.apache.drill.exec.planner.physical
Modifier and TypeMethodDescriptionAggPrelBase.getOperatorPhase()
MetadataHashAggPrel.getPhase()
MetadataStreamAggPrel.getPhase()
static AggPrelBase.OperatorPhase
Returns 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.ModifierConstructorDescriptionAggPrelBase
(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)