public class NestedLoopJoinPOP extends AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation| Constructor and Description |
|---|
NestedLoopJoinPOP(PhysicalOperator left,
PhysicalOperator right,
org.apache.calcite.rel.core.JoinRelType joinType,
LogicalExpression condition) |
| 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.
|
LogicalExpression |
getCondition() |
org.apache.calcite.rel.core.JoinRelType |
getJoinType() |
PhysicalOperator |
getLeft() |
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
int |
getOperatorType() |
PhysicalOperator |
getRight() |
Iterator<PhysicalOperator> |
iterator() |
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdpublic NestedLoopJoinPOP(PhysicalOperator left, PhysicalOperator right, org.apache.calcite.rel.core.JoinRelType joinType, LogicalExpression condition)
public <T,X,E extends Throwable> T accept(PhysicalVisitor<T,X,E> physicalVisitor, X value) throws E extends Throwable
PhysicalOperatorE extends Throwablepublic PhysicalOperator getNewWithChildren(List<PhysicalOperator> children)
PhysicalOperatorpublic Iterator<PhysicalOperator> iterator()
public PhysicalOperator getLeft()
public PhysicalOperator getRight()
public org.apache.calcite.rel.core.JoinRelType getJoinType()
public LogicalExpression getCondition()
public int getOperatorType()
Copyright © 2017 The Apache Software Foundation. All rights reserved.