Interface CqnTransformation
- All Superinterfaces:
JSONizable
- All Known Subinterfaces:
CqnAggregateTransformation,CqnAncestorsTransformation,CqnComputeTransformation,CqnCustomTransformation,CqnDescendantsTransformation,CqnFilterTransformation,CqnGroupByTransformation,CqnHierarchySubsetTransformation,CqnHierarchyTransformation,CqnOrderByTransformation,CqnSearchTransformation,CqnSkipTransformation,CqnTopLevelsTransformation,CqnTopTransformation
A transformation that is applied to the input set to produce an output set.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionkind()Returns the kind of this transformationdefault CdsStructuredTypedefault StringtoJson()
-
Field Details
-
IDENTITY
-
-
Method Details
-
kind
CqnTransformation.Kind kind()Returns the kind of this transformation- Returns:
- the kind of this transformation
-
rowType
-
toJson
- Specified by:
toJsonin interfaceJSONizable
-