Package | Description |
---|---|
org.apache.drill.exec.physical.config | |
org.apache.drill.exec.physical.impl.metadata | |
org.apache.drill.exec.planner.physical |
Modifier and Type | Method and Description |
---|---|
AggPrelBase.OperatorPhase |
HashAggregate.getAggPhase() |
AggPrelBase.OperatorPhase |
MetadataHashAggPOP.getPhase() |
AggPrelBase.OperatorPhase |
MetadataStreamAggPOP.getPhase() |
Constructor and Description |
---|
HashAggregate(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) |
Constructor and Description |
---|
MetadataAggregateHelper(MetadataAggregateContext context,
ColumnNamesOptions columnNamesOptions,
BatchSchema schema,
AggPrelBase.OperatorPhase phase) |
Modifier and Type | Field and Description |
---|---|
protected AggPrelBase.OperatorPhase |
AggPrelBase.operPhase |
Modifier and Type | Method and Description |
---|---|
AggPrelBase.OperatorPhase |
AggPrelBase.getOperatorPhase() |
AggPrelBase.OperatorPhase |
MetadataHashAggPrel.getPhase() |
AggPrelBase.OperatorPhase |
MetadataStreamAggPrel.getPhase() |
static AggPrelBase.OperatorPhase |
AggPrelBase.OperatorPhase.valueOf(String name)
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.
|
Constructor and Description |
---|
AggPrelBase(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) |
Copyright © 1970 The Apache Software Foundation. All rights reserved.