public class WindowFunctionFrameStartedStage<T>
extends java.lang.Object
| Constructor and Description |
|---|
WindowFunctionFrameStartedStage(WindowExpression<T> function) |
| Modifier and Type | Method and Description |
|---|---|
WindowFunctionFrameBoundStage<T> |
andCurrentRow() |
WindowFunctionFrameBoundStage<T> |
andFollowing(int offset) |
WindowFunctionFrameBoundStage<T> |
andPreceding(int offset) |
WindowFunctionFrameBoundStage<T> |
andUnboundedFollowing() |
public WindowFunctionFrameStartedStage(WindowExpression<T> function)
public WindowFunctionFrameBoundStage<T> andPreceding(int offset)
public WindowFunctionFrameBoundStage<T> andCurrentRow()
public WindowFunctionFrameBoundStage<T> andFollowing(int offset)
public WindowFunctionFrameBoundStage<T> andUnboundedFollowing()