public abstract class AbstractSubScan extends AbstractBase implements SubScan
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName| Constructor and Description |
|---|
AbstractSubScan(String userName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GraphVisitor<PhysicalOperator> visitor) |
<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.
|
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
BatchSchema.SelectionVectorMode |
getSVMode()
Describes the SelectionVector Mode for the output steam from this physical op.
|
boolean |
isExecutable()
Describes whether or not a particular physical operator can actually be executed.
|
Iterator<PhysicalOperator> |
iterator() |
getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCost, getInitialAllocation, getMaxAllocation, getOperatorId, getOperatorType, getUserName, isBufferedOperator, setCost, setMaxAllocation, setOperatorIdforEach, spliteratorpublic AbstractSubScan(String userName)
public boolean isExecutable()
PhysicalOperatorisExecutable in interface PhysicalOperatorisExecutable in class AbstractBasepublic <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatoraccept in interface PhysicalOperatorE extends Throwablepublic PhysicalOperator getNewWithChildren(List<PhysicalOperator> children) throws ExecutionSetupException
PhysicalOperatorgetNewWithChildren in interface PhysicalOperatorExecutionSetupExceptionpublic void accept(GraphVisitor<PhysicalOperator> visitor)
accept in interface GraphValue<PhysicalOperator>accept in class AbstractBasepublic Iterator<PhysicalOperator> iterator()
iterator in interface Iterable<PhysicalOperator>public BatchSchema.SelectionVectorMode getSVMode()
PhysicalOperatorPhysicalPlanCreator.getSVMode in interface PhysicalOperatorgetSVMode in class AbstractBaseCopyright © 2022 The Apache Software Foundation. All rights reserved.