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
Direct Known Subclasses:
Scan, Unnest, Values

public abstract class SourceOperator extends LogicalOperatorBase
An operator that produces data without any parents. (zero input operator)
  • Constructor Details

    • SourceOperator

      public SourceOperator()
  • Method Details