Uses of Interface
org.hotrod.runtime.livesql.expressions.analytics.WindowableFunction
-
Packages that use WindowableFunction Package Description org.hotrod.runtime.livesql.expressions.aggregations org.hotrod.runtime.livesql.expressions.analytics -
-
Uses of WindowableFunction in org.hotrod.runtime.livesql.expressions.aggregations
Classes in org.hotrod.runtime.livesql.expressions.aggregations that implement WindowableFunction Modifier and Type Class Description classAvgclassBooleanAggregationFunctionclassBooleanMaxclassBooleanMinclassByteArrayAggregationFunctionclassByteArrayMaxclassByteArrayMinclassDateTimeAggregationFunctionclassDateTimeMaxclassDateTimeMinclassGroupConcatclassMinclassNumberMaxclassNumberMinclassNumericAggregationFunctionclassObjectAggregationFunctionclassObjectMaxclassObjectMinclassStringAggregationFunctionclassStringMaxclassStringMinclassSum -
Uses of WindowableFunction in org.hotrod.runtime.livesql.expressions.analytics
Classes in org.hotrod.runtime.livesql.expressions.analytics that implement WindowableFunction Modifier and Type Class Description classAnalyticFunction<T>classDenseRankclassLag<T>classLead<T>classNTileclassPositionalAnalyticFunction<T>classRankclassRowNumberclassWindowableAggregationFunction<T>Constructors in org.hotrod.runtime.livesql.expressions.analytics with parameters of type WindowableFunction Constructor Description WindowExpression(WindowableFunction<T> windowablefunction)
-