Interface InputSortedExecNode<T>

All Superinterfaces:
BatchExecNode<T>, ExecNode<T>, ExecNodeTranslator<T>, FusionCodegenExecNode
All Known Implementing Classes:
BatchExecOverAggregate, BatchExecOverAggregateBase, BatchExecPythonOverAggregate, BatchExecRank, BatchExecSortAggregate, BatchExecSortWindowAggregate

@Internal public interface InputSortedExecNode<T> extends BatchExecNode<T>
A BatchExecNode which does not sort the input data within the operator, but requires the input data is already sorted.