Class TopNOperator

java.lang.Object
io.trino.operator.TopNOperator
All Implemented Interfaces:
WorkProcessorOperator, WorkProcessorOperatorAdapter.AdapterWorkProcessorOperator, AutoCloseable

public class TopNOperator extends Object implements WorkProcessorOperatorAdapter.AdapterWorkProcessorOperator
Returns the top N rows from the source sorted according to the specified ordering in the keyChannelIndex channel.