Uses of Interface
com.sap.cds.ql.cqn.transformation.CqnTransformation
Packages that use CqnTransformation
-
Uses of CqnTransformation in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return types with arguments of type CqnTransformationModifier and TypeMethodDescriptionCqnSelect.transformations()Returns the pipeline of transformations, which is applied to the source ref of this select statement before the the regular clauses are applied. -
Uses of CqnTransformation in com.sap.cds.ql.cqn.transformation
Subinterfaces of CqnTransformation in com.sap.cds.ql.cqn.transformationModifier and TypeInterfaceDescriptioninterfaceTransformation that aggregates the input set and produces an output set with a single instance, which is the aggregated resultinterfaceTransformation that determines ancestors of instances that belong to a recursive hierarchy.interfaceTransformation that adds additional computed elements to the input setinterfaceinterfaceTransformation that determines descendants of instances that belong to a recursive hierarchy.interfaceTransformation that filters the input setinterfaceTransformation that groups the result set according to specified dimensions and applies given transformations to each group.interfaceinterfaceinterfaceTransformation that sorts the input setinterfaceTransformation that filters the input set with a search expressioninterfaceTransformation that skips the first rows of the input setinterfaceTransformation that determines top level instances that belong to a recursive hierarchy.interfaceTransformation that limits the input set to a maximum number of rowsFields in com.sap.cds.ql.cqn.transformation declared as CqnTransformationMethods in com.sap.cds.ql.cqn.transformation that return types with arguments of type CqnTransformationModifier and TypeMethodDescriptiondefault List<CqnTransformation>CqnGroupByTransformation.transformations()Returns the pipeline of transformations, which is applied to the grouped input set.CqnHierarchySubsetTransformation.transformations()Returns the transformations, which are applied to the input set before the ancestors/descendants are determined.