orderBy property
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;
The ordering terms that define how rows are sorted within each partition. Must not be empty as window functions require an ORDER BY clause.
final List<OrderingTerm> orderBy;