Class LateralJoin
java.lang.Object
org.apache.drill.common.logical.data.LogicalOperatorBase
org.apache.drill.common.logical.data.LateralJoin
- All Implemented Interfaces:
Iterable<LogicalOperator>,GraphValue<LogicalOperator>,LogicalOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.logical.data.LogicalOperator
LogicalOperator.NodeBuilder<T extends LogicalOperator> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.drill.common.logical.data.LogicalOperatorBase
accept, equals, getMemo, hashCode, nodeBuilder, registerAsSubscriber, setMemo, setupAndValidate, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
LateralJoin
-
-
Method Details
-
getLeft
-
getRight
-
iterator
-
accept
Description copied from interface:LogicalOperatorProvides capability to build a set of output based on traversing a query graph tree.- Parameters:
logicalVisitor-- Returns:
- Throws:
E
-