Class LogicalOperatorBase
java.lang.Object
org.apache.drill.common.logical.data.LogicalOperatorBase
- All Implemented Interfaces:
Iterable<LogicalOperator>
,GraphValue<LogicalOperator>
,LogicalOperator
- Direct Known Subclasses:
Except
,Intersect
,Join
,LateralJoin
,MetadataController
,SingleInputOperator
,SourceOperator
,Union
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.logical.data.LogicalOperator
LogicalOperator.NodeBuilder<T extends LogicalOperator>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(GraphVisitor<LogicalOperator> visitor) boolean
getMemo()
final int
hashCode()
void
registerAsSubscriber
(LogicalOperator operator) void
void
setupAndValidate
(List<LogicalOperator> operators, Collection<ValidationError> errors) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
Methods inherited from interface org.apache.drill.common.logical.data.LogicalOperator
accept
-
Constructor Details
-
LogicalOperatorBase
public LogicalOperatorBase()
-
-
Method Details
-
hashCode
public final int hashCode() -
equals
-
setupAndValidate
- Specified by:
setupAndValidate
in interfaceLogicalOperator
-
nodeBuilder
- Specified by:
nodeBuilder
in interfaceLogicalOperator
-
accept
- Specified by:
accept
in interfaceGraphValue<LogicalOperator>
-
registerAsSubscriber
- Specified by:
registerAsSubscriber
in interfaceLogicalOperator
-
toString
-
getMemo
-
setMemo
-