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_TYPE
Fields inherited from class org.apache.drill.exec.physical.base.AbstractSingle
child
Fields inherited from class org.apache.drill.exec.physical.base.AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
-
Constructor Summary
ConstructorDescriptionMetadataHashAggPOP
(PhysicalOperator child, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase) -
Method Summary
Modifier and TypeMethodDescriptionprotected PhysicalOperator
getNewWithChild
(PhysicalOperator child) getPhase()
Methods inherited from class org.apache.drill.exec.physical.config.HashAggregate
accept, getAggPhase, getAggrExprs, getCardinality, getGroupByExprs, getOperatorType, isBufferedOperator, setMaxAllocation, toString
Methods inherited from class org.apache.drill.exec.physical.base.AbstractSingle
getChild, getNewWithChildren, iterator
Methods inherited from class org.apache.drill.exec.physical.base.AbstractBase
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isExecutable, setCost, setOperatorId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
MetadataHashAggPOP
public MetadataHashAggPOP(PhysicalOperator child, MetadataAggregateContext context, AggPrelBase.OperatorPhase phase)
-
-
Method Details
-
getNewWithChild
- Overrides:
getNewWithChild
in classHashAggregate
-
getContext
-
getPhase
-