Uses of Interface
com.sap.cds.ql.cqn.CqnSortSpecification
Package
Description
-
Uses of CqnSortSpecification in com.sap.cds.ql
Modifier and TypeMethodDescriptionOrderable.asc()
Ascending order with null values before non-null values.Orderable.ascNullsLast()
Ascending order with null values after non-null values.Orderable.desc()
Descending order with null values after non-null values.Orderable.descNullsFirst()
Descending order with null values before non-null values.static CqnSortSpecification
CQL.sort
(CqnValue value, CqnSortSpecification.Order order) Creates aCqnSortSpecification
that sorts a value by a given orderCqnBuilder.QueryBuilderSupport.sort
(CqnValue value, CqnSortSpecification.Order order) Modifier and TypeMethodDescriptionExpand.orderBy
(CqnSortSpecification... sortSpec) Select.orderBy
(CqnSortSpecification... sortSpecs) Sets the orderBy clause of the select statement.Modifier and TypeMethodDescriptionExpand.orderBy
(Function<T, CqnSortSpecification> sort) Expand.orderBy
(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2) Expand.orderBy
(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3) Expand.orderBy
(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3, Function<T, CqnSortSpecification> sort4) Expand.orderBy
(Function<T, CqnSortSpecification> sort1, Function<T, CqnSortSpecification> sort2, Function<T, CqnSortSpecification> sort3, Function<T, CqnSortSpecification> sort4, Function<T, CqnSortSpecification> sort5) Expand.orderBy
(List<CqnSortSpecification> sortSpec) Select.orderBy
(List<CqnSortSpecification> sortSpecs) Sets the orderBy clause of the select statement. -
Uses of CqnSortSpecification in com.sap.cds.ql.cqn
Modifier and TypeMethodDescriptiondefault CqnSortSpecification
Modifier.sort
(Value<?> value, CqnSortSpecification.Order order) Modifier and TypeMethodDescriptionCqnEntitySelector.orderBy()
Returns the order of the selection resultdefault List<CqnSortSpecification>
Modifier.orderBy
(List<CqnSortSpecification> sortSpecs) Modifier and TypeMethodDescriptiondefault void
CqnVisitor.visit
(CqnSortSpecification sortSpec) Called for each traversedsort specification
Modifier and TypeMethodDescriptiondefault List<CqnSortSpecification>
Modifier.orderBy
(List<CqnSortSpecification> sortSpecs) -
Uses of CqnSortSpecification in com.sap.cds.ql.cqn.transformation
Modifier and TypeMethodDescriptionCqnOrderByTransformation.orderBy()
Returns the sort specifications by which the input set is sorted -
Uses of CqnSortSpecification in com.sap.cds.ql.hana
Modifier and TypeMethodDescriptionHierarchy.orderBy
(CqnSortSpecification... siblingOrderBy) Specifies the sort order of sibling nodes.Modifier and TypeMethodDescriptionHierarchy.orderBy
(List<CqnSortSpecification> siblingOrderBy) Specifies the sort order of sibling nodes.