Package io.trino.operator
Interface OperatorInfo
- All Known Implementing Classes:
DirectExchangeClientStatus,JoinOperatorInfo,LocalExchangeBufferInfo,PartitionedOutputOperator.PartitionedOutputInfo,SplitOperatorInfo,TableFinishInfo,TableWriterOperator.TableWriterInfo,WindowInfo
public interface OperatorInfo
-
Method Summary
-
Method Details
-
isFinal
default boolean isFinal()- Returns:
- true if this OperatorInfo should be collected and sent to the coordinator when the task completes (i.e. it will not be stripped away during summarization).
-