Class MetadataHashAggPOP
java.lang.Object
org.apache.drill.exec.physical.base.AbstractBase
org.apache.drill.exec.physical.base.AbstractSingle
org.apache.drill.exec.physical.config.HashAggregate
org.apache.drill.exec.physical.config.MetadataHashAggPOP
- All Implemented Interfaces:
Iterable<PhysicalOperator>,GraphValue<PhysicalOperator>,PhysicalOperator
-
Field Summary
Fields inherited from class org.apache.drill.exec.physical.config.HashAggregate
OPERATOR_TYPEFields inherited from class org.apache.drill.exec.physical.base.AbstractSingle
childFields inherited from class org.apache.drill.exec.physical.base.AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName -
Constructor Summary
ConstructorsConstructorDescriptionMetadataHashAggPOP(PhysicalOperator child, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase) -
Method Summary
Modifier and TypeMethodDescriptionprotected PhysicalOperatorgetNewWithChild(PhysicalOperator child) getPhase()Methods inherited from class org.apache.drill.exec.physical.config.HashAggregate
accept, getAggPhase, getAggrExprs, getCardinality, getGroupByExprs, getOperatorType, isBufferedOperator, setMaxAllocation, toStringMethods inherited from class org.apache.drill.exec.physical.base.AbstractSingle
getChild, getNewWithChildren, iteratorMethods inherited from class org.apache.drill.exec.physical.base.AbstractBase
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isExecutable, setCost, setOperatorIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MetadataHashAggPOP
public MetadataHashAggPOP(PhysicalOperator child, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase)
-
-
Method Details
-
getNewWithChild
- Overrides:
getNewWithChildin classHashAggregate
-
getContext
-
getPhase
-