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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(GraphVisitor<LogicalOperator> visitor) booleangetMemo()final inthashCode()voidregisterAsSubscriber(LogicalOperator operator) voidvoidsetupAndValidate(List<LogicalOperator> operators, Collection<ValidationError> errors) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods 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:
setupAndValidatein interfaceLogicalOperator
-
nodeBuilder
- Specified by:
nodeBuilderin interfaceLogicalOperator
-
accept
- Specified by:
acceptin interfaceGraphValue<LogicalOperator>
-
registerAsSubscriber
- Specified by:
registerAsSubscriberin interfaceLogicalOperator
-
toString
-
getMemo
-
setMemo
-