Interface CqnAggregateTransformation
- All Superinterfaces:
CqnTransformation,JSONizable
Transformation that aggregates the input set and produces an output set with
a single instance, which is the aggregated result
-
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 TypeMethodDescriptionReturns expressions that specify how to aggregate the input setdefault CqnTransformation.Kindkind()Returns the kind of this transformationMethods inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
rowType, toJson
-
Method Details
-
aggregateExpressions
List<CqnSelectListValue> aggregateExpressions()Returns expressions that specify how to aggregate the input set- Returns:
- expressions that specify how to aggregate the input set
-
kind
Description copied from interface:CqnTransformationReturns the kind of this transformation- Specified by:
kindin interfaceCqnTransformation- Returns:
- the kind of this transformation
-