WindowFinalStep<T> |
WindowExcludeStep.excludeCurrentRow() |
Add an EXCLUDE CURRENT ROW clause.
|
WindowFinalStep<T> |
WindowExcludeStep.excludeGroup() |
Add an EXCLUDE GROUP clause.
|
WindowFinalStep<T> |
WindowExcludeStep.excludeNoOthers() |
Add an EXCLUDE NO OTHERS clause.
|
WindowFinalStep<T> |
WindowExcludeStep.excludeTies() |
Add an EXCLUDE TIES clause.
|
WindowFinalStep<T> |
WindowOverStep.over(String name) |
Turn this aggregate function into a window function referencing a window
name.
|
WindowFinalStep<T> |
WindowOverStep.over(Name name) |
Turn this aggregate function into a window function referencing a window
name.
|
WindowFinalStep<T> |
WindowOverStep.over(WindowDefinition definition) |
Turn this aggregate function into a window function referencing a window
definition.
|
WindowFinalStep<T> |
WindowOverStep.over(WindowSpecification specification) |
Turn this aggregate function into a window function.
|