orderBy property

List<OrderingTerm> orderBy
final

The ordering terms that define how rows are sorted within each partition. Must not be empty as window functions require an ORDER BY clause.

Implementation

final List<OrderingTerm> orderBy;