public class NestedLoopJoinPOP extends AbstractJoinPop
| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_TYPE |
condition, conditions, joinType, left, right, semiJoinINIT_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 |
|---|---|
PhysicalOperator |
getNewWithChildren(List<PhysicalOperator> children)
Regenerate with this node with a new set of children.
|
String |
getOperatorType() |
accept, getCondition, getConditions, getJoinType, getLeft, getRight, isSemiJoin, iteratoraccept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic 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)
PhysicalOperatorpublic String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.