Class WindowFunctionFrameStartedStage<T>
- java.lang.Object
-
- org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameStartedStage<T>
-
public class WindowFunctionFrameStartedStage<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WindowFunctionFrameStartedStage(WindowExpression<T> function)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowFunctionFrameBoundStage<T>andCurrentRow()WindowFunctionFrameBoundStage<T>andFollowing(int offset)WindowFunctionFrameBoundStage<T>andPreceding(int offset)WindowFunctionFrameBoundStage<T>andUnboundedFollowing()
-
-
-
Constructor Detail
-
WindowFunctionFrameStartedStage
public WindowFunctionFrameStartedStage(WindowExpression<T> function)
-
-
Method Detail
-
andPreceding
public WindowFunctionFrameBoundStage<T> andPreceding(int offset)
-
andCurrentRow
public WindowFunctionFrameBoundStage<T> andCurrentRow()
-
andFollowing
public WindowFunctionFrameBoundStage<T> andFollowing(int offset)
-
andUnboundedFollowing
public WindowFunctionFrameBoundStage<T> andUnboundedFollowing()
-
-