Interface WindowFunction.Frame.To

Enclosing interface:
WindowFunction.Frame

public static interface WindowFunction.Frame.To
  • Method Details

    • toEnd

      Ends the frame at the end of the window.
      Returns:
      the frame exclusion clause building method
      Since:
      15.0 - Southside
    • toCurrent

      Ends the frame at the current row.
      Returns:
      the frame exclusion clause building method
      Since:
      15.0 - Southside
    • toPreceding

      WindowFunction.Frame.Exclusion toPreceding(int offset)
      Ends the frame at the given offset preceding the current row, range, or peer group.
      Returns:
      the frame exclusion clause building method
      Since:
      15.0 - Southside
    • toFollowing

      WindowFunction.Frame.Exclusion toFollowing(int offset)
      Ends the frame at the given offset following the current row, range, or peer group.
      Returns:
      the frame exclusion clause building method
      Since:
      15.0 - Southside