Interface CqnTopTransformation

All Superinterfaces:
CqnTransformation, JSONizable

@Beta public interface CqnTopTransformation extends CqnTransformation
Transformation that limits the input set to a maximum number of rows
  • Method Details

    • top

      long top()
      Returns the maximum number of rows to be returned
      Returns:
      the maximum number of rows to be returned or -1 if unlimited
    • 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