Interface CqnSearchTransformation
- All Superinterfaces:
CqnTransformation,JSONizable
Transformation that filters the input set with a search expression
-
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.Kindkind()Returns the kind of this transformationsearch()The search expression to filter the input set withMethods inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
rowType, toJson
-
Method Details
-
search
CqnPredicate search()The search expression to filter the input set with- Returns:
- the search expression
-
kind
Description copied from interface:CqnTransformationReturns the kind of this transformation- Specified by:
kindin interfaceCqnTransformation- Returns:
- the kind of this transformation
-