Uses of Class
org.hotrod.runtime.livesql.expressions.analytics.WindowFunctionFrameBoundStage
-
Packages that use WindowFunctionFrameBoundStage Package Description org.hotrod.runtime.livesql.expressions.analytics -
-
Uses of WindowFunctionFrameBoundStage in org.hotrod.runtime.livesql.expressions.analytics
Methods in org.hotrod.runtime.livesql.expressions.analytics that return WindowFunctionFrameBoundStage Modifier and Type Method Description WindowFunctionFrameBoundStage<T>WindowFunctionFrameStartedStage. andCurrentRow()WindowFunctionFrameBoundStage<T>WindowFunctionFrameStartedStage. andFollowing(int offset)WindowFunctionFrameBoundStage<T>WindowFunctionFrameStartedStage. andPreceding(int offset)WindowFunctionFrameBoundStage<T>WindowFunctionFrameStartedStage. andUnboundedFollowing()WindowFunctionFrameBoundStage<T>WindowFunctionFrameUnitStage. currentRow()WindowFunctionFrameBoundStage<T>WindowFunctionFrameUnitStage. preceding(int offset)WindowFunctionFrameBoundStage<T>WindowFunctionFrameUnitStage. unboundedPreceding()
-