public class Limit extends AbstractSingle
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
child
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
Limit(PhysicalOperator child,
Integer first,
Integer last) |
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.
|
Integer |
getFirst() |
Integer |
getLast() |
protected PhysicalOperator |
getNewWithChild(PhysicalOperator child) |
String |
getOperatorType() |
BatchSchema.SelectionVectorMode |
getSVMode()
Describes the SelectionVector Mode for the output steam from this physical op.
|
getChild, getNewWithChildren, iterator
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static final String OPERATOR_TYPE
public Limit(PhysicalOperator child, Integer first, Integer last)
public Integer getFirst()
public Integer getLast()
protected PhysicalOperator getNewWithChild(PhysicalOperator child)
getNewWithChild
in class AbstractSingle
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperator
E extends Throwable
public BatchSchema.SelectionVectorMode getSVMode()
PhysicalOperator
PhysicalPlanCreator
.getSVMode
in interface PhysicalOperator
getSVMode
in class AbstractBase
public String getOperatorType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.