Interface SourceOperator

All Superinterfaces:
AutoCloseable, Operator
All Known Implementing Classes:
ExchangeOperator, IndexSourceOperator, LeafTableFunctionOperator, MergeOperator, TableScanOperator, WorkProcessorSourceOperatorAdapter

public interface SourceOperator extends Operator
  • Method Details

    • getSourceId

      PlanNodeId getSourceId()
    • addSplit

      void addSplit(Split split)
    • noMoreSplits

      void noMoreSplits()