Interface CqnComputeTransformation
- All Superinterfaces:
CqnTransformation,JSONizable
Transformation that adds additional computed elements to 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 TypeMethodDescriptionReturns the additional computed elements specified as select list valuesdefault CqnTransformation.Kindkind()Returns the kind of this transformationMethods inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
rowType, toJson
-
Method Details
-
computedItems
List<CqnSelectListValue> computedItems()Returns the additional computed elements specified as select list values- Returns:
- the additional elements
-
kind
Description copied from interface:CqnTransformationReturns the kind of this transformation- Specified by:
kindin interfaceCqnTransformation- Returns:
- the kind of this transformation
-