Interface WindowFunction.Frame.From
- Enclosing interface:
WindowFunction.Frame
public static interface WindowFunction.Frame.From
-
Method Summary
Modifier and TypeMethodDescriptionStarts the frame at the current row.fromFollowing
(int offset) Starts the frame at the given offset following the current row, range, or peer group.fromPreceding
(int offset) Starts the frame at the given offset preceding the current row, range, or peer group.Starts the frame at the beginning of the window.
-
Method Details
-
fromStart
WindowFunction.Frame.To fromStart()Starts the frame at the beginning of the window.- Returns:
- the frame end clause building method
- Since:
- 15.0 - Southside
-
fromCurrent
WindowFunction.Frame.To fromCurrent()Starts the frame at the current row.- Returns:
- the frame end row clause building method
- Since:
- 15.0 - Southside
-
fromPreceding
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
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
-