Interface CqnSkipTransformation

All Superinterfaces:
CqnTransformation, JSONizable

@Beta public interface CqnSkipTransformation extends CqnTransformation
Transformation that skips the first rows of the input set
  • 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