public class WindowFunctionFrameUnitStage<T>
extends java.lang.Object
| Constructor and Description |
|---|
WindowFunctionFrameUnitStage(WindowExpression<T> function) |
| Modifier and Type | Method and Description |
|---|---|
WindowFunctionFrameStartedStage<T> |
betweenCurrentRow() |
WindowFunctionFrameStartedStage<T> |
betweenFollowing(int offset) |
WindowFunctionFrameStartedStage<T> |
betweenPreceding(int offset) |
WindowFunctionFrameStartedStage<T> |
betweenUnboundedPreceding() |
WindowFunctionFrameBoundStage<T> |
currentRow() |
WindowFunctionFrameBoundStage<T> |
preceding(int offset) |
WindowFunctionFrameBoundStage<T> |
unboundedPreceding() |
public WindowFunctionFrameUnitStage(WindowExpression<T> function)
public WindowFunctionFrameBoundStage<T> unboundedPreceding()
public WindowFunctionFrameBoundStage<T> preceding(int offset)
public WindowFunctionFrameBoundStage<T> currentRow()
public WindowFunctionFrameStartedStage<T> betweenUnboundedPreceding()
public WindowFunctionFrameStartedStage<T> betweenPreceding(int offset)
public WindowFunctionFrameStartedStage<T> betweenCurrentRow()
public WindowFunctionFrameStartedStage<T> betweenFollowing(int offset)