Uses of Class
org.hotrod.runtime.livesql.expressions.analytics.WindowExpression
-
Packages that use WindowExpression Package Description org.hotrod.runtime.livesql.expressions.analytics -
-
Uses of WindowExpression in org.hotrod.runtime.livesql.expressions.analytics
Methods in org.hotrod.runtime.livesql.expressions.analytics that return WindowExpression Modifier and Type Method Description WindowExpression<T>WindowFunctionFrameBoundStage. end()WindowExpression<T>WindowFunctionFrameExcludeStage. end()WindowExpression<T>WindowFunctionOrderingStage. end()WindowExpression<T>WindowFunctionOverStage. end()WindowExpression<T>WindowFunctionPartitioningStage. end()Constructors in org.hotrod.runtime.livesql.expressions.analytics with parameters of type WindowExpression Constructor Description WindowFunctionFrameBoundStage(WindowExpression<T> function)WindowFunctionFrameExcludeStage(WindowExpression<T> function)WindowFunctionFrameStartedStage(WindowExpression<T> function)WindowFunctionFrameUnitStage(WindowExpression<T> function)WindowFunctionOrderingStage(WindowExpression<T> function)WindowFunctionOverStage(WindowExpression<T> function)WindowFunctionPartitioningStage(WindowExpression<T> function)
-