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
FieldsModifier and TypeFieldDescriptionprotected final LogicalExpressionprotected final List<JoinCondition> protected final org.apache.calcite.rel.core.JoinRelTypeprotected final PhysicalOperatorprotected final PhysicalOperatorprotected final booleanFields inherited from class org.apache.drill.exec.physical.base.AbstractBase
INIT_ALLOCATION, initialAllocation, MAX_ALLOCATION, maxAllocation, userName -
Constructor Summary
ConstructorsConstructorDescriptionAbstractJoinPop(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, setOperatorIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods 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:PhysicalOperatorProvides capability to build a set of output based on traversing a query graph tree.- Parameters:
physicalVisitor-- Throws:
E
-
iterator
-
getLeft
-
getRight
-
getJoinType
public org.apache.calcite.rel.core.JoinRelType getJoinType() -
isSemiJoin
public boolean isSemiJoin() -
getCondition
-
getConditions
-