Interface CqnSkipTransformation
- All Superinterfaces:
CqnTransformation,JSONizable
Transformation that skips the first rows of 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 TypeMethodDescriptiondefault CqnTransformation.Kindkind()Returns the kind of this transformationlongskip()Returns the number of rows to be skippedMethods inherited from interface com.sap.cds.ql.cqn.transformation.CqnTransformation
rowType, toJson
-
Method Details
-
skip
long skip()Returns the number of rows to be skipped- Returns:
- the number of rows to be skipped
-
kind
Description copied from interface:CqnTransformationReturns the kind of this transformation- Specified by:
kindin interfaceCqnTransformation- Returns:
- the kind of this transformation
-