Interface WindowFunction.Frame.From

Enclosing interface:
WindowFunction.Frame

public static interface WindowFunction.Frame.From
  • Method Details

    • fromStart

      Starts the frame at the beginning of the window.
      Returns:
      the frame end clause building method
      Since:
      15.0 - Southside
    • fromCurrent

      Starts the frame at the current row.
      Returns:
      the frame end row clause building method
      Since:
      15.0 - Southside
    • fromPreceding

      WindowFunction.Frame.To fromPreceding(int offset)
      Starts the frame at the given offset preceding the current row, range, or peer group.
      Returns:
      the frame end row clause building method
      Since:
      15.0 - Southside
    • fromFollowing

      WindowFunction.Frame.To fromFollowing(int offset)
      Starts the frame at the given offset following the current row, range, or peer group.
      Returns:
      the frame end row clause building method
      Since:
      15.0 - Southside