Interface CqnSkipTransformation

All Superinterfaces:
CqnTransformation

@Beta public interface CqnSkipTransformation extends CqnTransformation
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 Type
    Method
    Description
    Returns the kind of this transformation
    long
    Returns the number of rows to be skipped
  • Method Details

    • skip

      long skip()
      Returns the number of rows to be skipped
      Returns:
      the number of rows to be skipped
    • kind

      default CqnTransformation.Kind kind()
      Description copied from interface: CqnTransformation
      Returns the kind of this transformation
      Specified by:
      kind in interface CqnTransformation
      Returns:
      the kind of this transformation