Interface CqnFilterTransformation
- All Superinterfaces:
CqnTransformation,JSONizable
Transformation that filters 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 TypeMethodDescriptionfilter()The filter to apply to 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
-
filter
CqnPredicate filter()The filter to apply to the input set- Returns:
- the filter to apply to the input set
-
kind
Description copied from interface:CqnTransformationReturns the kind of this transformation- Specified by:
kindin interfaceCqnTransformation- Returns:
- the kind of this transformation
-