public class PartitionLimit extends Limit
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
childINIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
PartitionLimit(PhysicalOperator child,
Integer first,
Integer last,
String partitionColumn) |
| Modifier and Type | Method and Description |
|---|---|
<T,X,E extends Throwable> |
accept(PhysicalVisitor<T,X,E> physicalVisitor,
X value)
Provides capability to build a set of output based on traversing a query graph tree.
|
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
String |
getPartitionColumn() |
BatchSchema.SelectionVectorMode |
getSVMode()
Describes the SelectionVector Mode for the output steam from this physical op.
|
String |
toString() |
getChild, getNewWithChildren, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final String OPERATOR_TYPE
public PartitionLimit(PhysicalOperator child, Integer first, Integer last, String partitionColumn)
public String getPartitionColumn()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild in class Limitpublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatoraccept in class LimitE extends Throwablepublic BatchSchema.SelectionVectorMode getSVMode()
PhysicalOperatorPhysicalPlanCreator.getSVMode in interface PhysicalOperatorgetSVMode in class Limitpublic String getOperatorType()
getOperatorType in interface PhysicalOperatorgetOperatorType in class LimitCopyright © 2021 The Apache Software Foundation. All rights reserved.