public class MergeJoinPOP 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 |
|---|
MergeJoinPOP(PhysicalOperator left,
PhysicalOperator right,
List<JoinCondition> conditions,
org.apache.calcite.rel.core.JoinRelType joinType) |
| Modifier and Type | Method and Description |
|---|---|
MergeJoinPOP |
flipIfRight() |
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 MergeJoinPOP(PhysicalOperator left, PhysicalOperator right, List<JoinCondition> conditions, org.apache.calcite.rel.core.JoinRelType joinType)
public PhysicalOperator getNewWithChildren(List<PhysicalOperator> children)
PhysicalOperatorpublic MergeJoinPOP flipIfRight()
public String getOperatorType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.