Interface WindowFunction.Frame.To
- Enclosing interface:
WindowFunction.Frame
public static interface WindowFunction.Frame.To
-
Method Summary
Modifier and TypeMethodDescriptionEnds the frame at the current row.toEnd()
Ends the frame at the end of the window.toFollowing
(int offset) Ends the frame at the given offset following the current row, range, or peer group.toPreceding
(int offset) Ends the frame at the given offset preceding the current row, range, or peer group.
-
Method Details
-
toEnd
WindowFunction.Frame.Exclusion toEnd()Ends the frame at the end of the window.- Returns:
- the frame exclusion clause building method
- Since:
- 15.0 - Southside
-
toCurrent
WindowFunction.Frame.Exclusion toCurrent()Ends the frame at the current row.- Returns:
- the frame exclusion clause building method
- Since:
- 15.0 - Southside
-
toPreceding
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
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
-