Interface WindowFunction.Frame.Exclusion

Enclosing interface:
WindowFunction.Frame

public static interface WindowFunction.Frame.Exclusion
  • Method Details

    • noExclusion

      WindowFunction noExclusion()
      Does not exclude any row from the frame
      Returns:
      the build frame
      Since:
      15.0 - Southside
    • excludeCurrent

      WindowFunction excludeCurrent()
      Excludes the current row from the frame
      Returns:
      the build frame
      Since:
      15.0 - Southside
    • excludeGroup

      WindowFunction excludeGroup()
      Excludes the current row and its ordering peers from the frame
      Returns:
      the build frame
      Since:
      15.0 - Southside
    • excludeTies

      WindowFunction excludeTies()
      Excludes any peers of the current row from the frame, but not the current row itself
      Returns:
      the build frame
      Since:
      15.0 - Southside