Uses of Class
org.hotrod.runtime.livesql.expressions.aggregations.AggregationFunction
-
Packages that use AggregationFunction Package Description org.hotrod.runtime.livesql.expressions.aggregations org.hotrod.runtime.livesql.expressions.analytics -
-
Uses of AggregationFunction in org.hotrod.runtime.livesql.expressions.aggregations
Subclasses of AggregationFunction in org.hotrod.runtime.livesql.expressions.aggregations Modifier and Type Class Description classAvgclassAvgDistinctclassBooleanAggregationFunctionclassBooleanMaxclassBooleanMinclassByteArrayAggregationFunctionclassByteArrayMaxclassByteArrayMinclassCountclassCountDistinctclassDateTimeAggregationFunctionclassDateTimeMaxclassDateTimeMinclassGroupConcatclassGroupConcatDistinctclassMinclassNonWindowableAggregationFunction<T>classNumberMaxclassNumberMinclassNumericAggregationFunctionclassObjectAggregationFunctionclassObjectMaxclassObjectMinclassStringAggregationFunctionclassStringMaxclassStringMinclassSumclassSumDistinct -
Uses of AggregationFunction in org.hotrod.runtime.livesql.expressions.analytics
Subclasses of AggregationFunction in org.hotrod.runtime.livesql.expressions.analytics Modifier and Type Class Description classWindowableAggregationFunction<T>
-