Class SourceOperator
java.lang.Object
org.apache.drill.common.logical.data.LogicalOperatorBase
org.apache.drill.common.logical.data.SourceOperator
- All Implemented Interfaces:
Iterable<LogicalOperator>,GraphValue<LogicalOperator>,LogicalOperator
An operator that produces data without any parents. (zero input operator)
-
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, spliteratorMethods inherited from interface org.apache.drill.common.logical.data.LogicalOperator
accept
-
Constructor Details
-
SourceOperator
public SourceOperator()
-
-
Method Details
-
iterator
-