Class TopNOperator

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

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