Interface CqnOrderByTransformation
- All Superinterfaces:
CqnTransformation
,JSONizable
Transformation that sorts the input set
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
CqnTransformation.Kind
-
Field Summary
Fields inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
IDENTITY
-
Method Summary
Modifier and TypeMethodDescriptiondefault CqnTransformation.Kind
kind()
Returns the kind of this transformationorderBy()
Returns the sort specifications by which the input set is sortedMethods inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
rowType, toJson
-
Method Details
-
orderBy
List<CqnSortSpecification> orderBy()Returns the sort specifications by which the input set is sorted- Returns:
- the sort specifications
-
kind
Description copied from interface:CqnTransformation
Returns the kind of this transformation- Specified by:
kind
in interfaceCqnTransformation
- Returns:
- the kind of this transformation
-