Class WindowFunctionFrameBoundStage<T>
- java.lang.Object
-
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage<T>
-
public class WindowFunctionFrameBoundStage<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WindowFunctionFrameBoundStage(WindowExpression<T> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowExpression<T>end()WindowFunctionFrameExcludeStage<T>excludeCurrentRow()WindowFunctionFrameExcludeStage<T>excludeGroup()WindowFunctionFrameExcludeStage<T>excludeNoOthers()WindowFunctionFrameExcludeStage<T>excludeTies()
-
-
-
Constructor Detail
-
WindowFunctionFrameBoundStage
public WindowFunctionFrameBoundStage(WindowExpression<T> function)
-
-
Method Detail
-
excludeCurrentRow
public WindowFunctionFrameExcludeStage<T> excludeCurrentRow()
-
excludeGroup
public WindowFunctionFrameExcludeStage<T> excludeGroup()
-
excludeTies
public WindowFunctionFrameExcludeStage<T> excludeTies()
-
excludeNoOthers
public WindowFunctionFrameExcludeStage<T> excludeNoOthers()
-
end
public WindowExpression<T> end()
-
-