Package com.sap.cds.ql.cqn
Interface CqnWindowFunc.WindowSpecification
- Enclosing interface:
- CqnWindowFunc
@Beta
public static interface CqnWindowFunc.WindowSpecification
-
Method Summary
Modifier and TypeMethodDescriptionorderBy()
Returns the order of this window specificationReturns the partitions of this window specification
-
Method Details
-
partitionBy
Returns the partitions of this window specification- Returns:
- the partitions
-
orderBy
List<CqnSortSpecification> orderBy()Returns the order of this window specification- Returns:
- the order
-