Package io.trino.operator
Interface SourceOperator
- All Superinterfaces:
AutoCloseable,Operator
- All Known Implementing Classes:
ExchangeOperator,IndexSourceOperator,LeafTableFunctionOperator,MergeOperator,TableScanOperator,WorkProcessorSourceOperatorAdapter
-
Field Summary
Fields inherited from interface io.trino.operator.Operator
NOT_BLOCKED -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from interface io.trino.operator.Operator
addInput, close, finish, finishMemoryRevoke, getOperatorContext, getOutput, isBlocked, isFinished, needsInput, startMemoryRevoke
-
Method Details
-
getSourceId
PlanNodeId getSourceId() -
addSplit
-
noMoreSplits
void noMoreSplits()
-