Uses of Class
org.h2.expression.aggregate.LongDataCounter
-
Packages that use LongDataCounter Package Description org.h2.expression.aggregate Aggregate functions. -
-
Uses of LongDataCounter in org.h2.expression.aggregate
Fields in org.h2.expression.aggregate with type parameters of type LongDataCounter Modifier and Type Field Description private java.util.TreeMap<Value,LongDataCounter>
AggregateDataDistinctWithCounts. values
Methods in org.h2.expression.aggregate that return types with arguments of type LongDataCounter Modifier and Type Method Description (package private) java.util.TreeMap<Value,LongDataCounter>
AggregateDataDistinctWithCounts. getValues()
Returns map with values and their counts.
-