public class RowKeyJoinPOP extends AbstractBase
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
RowKeyJoinPOP(PhysicalOperator left,
PhysicalOperator right) |
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.
|
PhysicalOperator |
getLeft() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
PhysicalOperator |
getRight() |
SubScan |
getSubScanForRowKeyJoin() |
Iterator<PhysicalOperator> |
iterator() |
void |
setSubScanForRowKeyJoin(SubScan subScan) |
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, 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 RowKeyJoinPOP(PhysicalOperator left, PhysicalOperator right)
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperator
E extends Throwable
public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children)
PhysicalOperator
public Iterator<PhysicalOperator> iterator()
public PhysicalOperator getLeft()
public PhysicalOperator getRight()
public SubScan getSubScanForRowKeyJoin()
public void setSubScanForRowKeyJoin(SubScan subScan)
public String getOperatorType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.