public class WindowFunctionFrameBoundStage<T>
extends java.lang.Object
| Constructor and Description |
|---|
WindowFunctionFrameBoundStage(WindowExpression<T> function) |
| Modifier and Type | Method and Description |
|---|---|
WindowExpression<T> |
end() |
WindowFunctionFrameExcludeStage<T> |
excludeCurrentRow() |
WindowFunctionFrameExcludeStage<T> |
excludeGroup() |
WindowFunctionFrameExcludeStage<T> |
excludeNoOthers() |
WindowFunctionFrameExcludeStage<T> |
excludeTies() |
public WindowFunctionFrameBoundStage(WindowExpression<T> function)
public WindowFunctionFrameExcludeStage<T> excludeCurrentRow()
public WindowFunctionFrameExcludeStage<T> excludeGroup()
public WindowFunctionFrameExcludeStage<T> excludeTies()
public WindowFunctionFrameExcludeStage<T> excludeNoOthers()
public WindowExpression<T> end()