public class NestedLoopJoinPOP extends AbstractJoinPop
Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_TYPE |
condition, conditions, joinType, left, right, semiJoin
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
Constructor and Description |
---|
NestedLoopJoinPOP(PhysicalOperator left,
PhysicalOperator right,
org.apache.calcite.rel.core.JoinRelType joinType,
LogicalExpression condition) |
Modifier and Type | Method and Description |
---|---|
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
accept, getCondition, getConditions, getJoinType, getLeft, getRight, isSemiJoin, iterator
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 NestedLoopJoinPOP(PhysicalOperator left, PhysicalOperator right, org.apache.calcite.rel.core.JoinRelType joinType, LogicalExpression condition)
public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children)
PhysicalOperator
public String getOperatorType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.