Class EnumerableLimitSort

All Implemented Interfaces:
Cloneable, EnumerableRel, RelOptNode, Hintable, PhysicalNode, RelNode

public class EnumerableLimitSort extends Sort implements EnumerableRel
Implementation of Sort in enumerable calling convention. It optimizes sorts that have a limit and an optional offset.