Class SortQueryOperation

  • All Implemented Interfaces:
    Operation, QueryOperation

    @Internal
    public class SortQueryOperation
    extends Object
    implements QueryOperation
    Expresses sort operation of rows of the underlying relational operation with given order. It also allows specifying offset and number of rows to fetch from the sorted data set/stream.