Class TopNByExec

All Implemented Interfaces:
NamedWriteable, Writeable, EstimatesRowSize

public class TopNByExec extends UnaryExec implements EstimatesRowSize
Physical plan node for SORT order1, order2 | LIMIT N BY grouping1, grouping2, .... Sorts the input rows retaining at most N rows per group defined by the grouping expressions.