WindowFrameExclusionBuilder<T> |
WindowFrameBetweenBuilder.andCurrentRow() |
Uses CURRENT ROW as upper bound and continues to the frame exclusion builder.
|
WindowFrameExclusionBuilder<T> |
WindowFrameBetweenBuilder.andFollowing(String expression) |
Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.
|
WindowFrameExclusionBuilder<T> |
WindowFrameBetweenBuilder.andPreceding(String expression) |
Uses X PRECEDING as upper bound and continues to the frame exclusion builder.
|
WindowFrameExclusionBuilder<T> |
WindowFrameBetweenBuilder.andUnboundedFollowing() |
Uses UNBOUNDED FOLLOWING as upper bound and continues to the frame exclusion builder.
|
WindowFrameExclusionBuilder<T> |
WindowFrameBuilder.currentRow() |
Uses CURRENT ROW as lower bound and continues to the frame exclusion builder.
|
WindowFrameExclusionBuilder<T> |
WindowFrameBuilder.preceding(String expression) |
Uses X PRECEDING as lower bound and continues to the frame exclusion builder.
|
WindowFrameExclusionBuilder<T> |
WindowFrameBuilder.unboundedPreceding() |
Uses UNBOUNDED PRECEDING as lower bound and continues to the frame exclusion builder.
|