Class AbstractJoinPop
java.lang.Object
org.apache.drill.exec.physical.base.AbstractBase
org.apache.drill.exec.physical.base.AbstractJoinPop
- All Implemented Interfaces:
Iterable<PhysicalOperator>
,GraphValue<PhysicalOperator>
,PhysicalOperator
- Direct Known Subclasses:
HashJoinPOP
,LateralJoinPOP
,MergeJoinPOP
,NestedLoopJoinPOP
-
Field Summary
Modifier and TypeFieldDescriptionprotected final LogicalExpression
protected final List<JoinCondition>
protected final org.apache.calcite.rel.core.JoinRelType
protected final PhysicalOperator
protected final PhysicalOperator
protected final boolean
Fields inherited from class org.apache.drill.exec.physical.base.AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName
-
Constructor Summary
ConstructorDescriptionAbstractJoinPop
(PhysicalOperator leftOp, PhysicalOperator rightOp, org.apache.calcite.rel.core.JoinRelType joinType, boolean semiJoin, LogicalExpression joinCondition, List<JoinCondition> joinConditions) -
Method Summary
Methods inherited from class org.apache.drill.exec.physical.base.AbstractBase
accept, getCost, getInitialAllocation, getMaxAllocation, getOperatorId, getSVMode, getUserName, isBufferedOperator, isExecutable, setCost, setMaxAllocation, setOperatorId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods inherited from interface org.apache.drill.exec.physical.base.PhysicalOperator
getNewWithChildren, getOperatorType
-
Field Details
-
left
-
right
-
joinType
protected final org.apache.calcite.rel.core.JoinRelType joinType -
semiJoin
protected final boolean semiJoin -
condition
-
conditions
-
-
Constructor Details
-
AbstractJoinPop
public AbstractJoinPop(PhysicalOperator leftOp, PhysicalOperator rightOp, org.apache.calcite.rel.core.JoinRelType joinType, boolean semiJoin, LogicalExpression joinCondition, List<JoinCondition> joinConditions)
-
-
Method Details
-
accept
public <T,X, T acceptE extends Throwable> (PhysicalVisitor<T, X, throws EE> physicalVisitor, X value) Description copied from interface:PhysicalOperator
Provides capability to build a set of output based on traversing a query graph tree.- Throws:
E extends Throwable
-
iterator
-
getLeft
-
getRight
-
getJoinType
public org.apache.calcite.rel.core.JoinRelType getJoinType() -
isSemiJoin
public boolean isSemiJoin() -
getCondition
-
getConditions
-