Uses of Class
org.h2.expression.aggregate.LongDataCounter
Packages that use LongDataCounter
-
Uses of LongDataCounter in org.h2.expression.aggregate
Fields in org.h2.expression.aggregate with type parameters of type LongDataCounterModifier and TypeFieldDescriptionprivate TreeMap
<Value, LongDataCounter> AggregateDataDistinctWithCounts.values
Methods in org.h2.expression.aggregate that return types with arguments of type LongDataCounterModifier and TypeMethodDescription(package private) TreeMap
<Value, LongDataCounter> AggregateDataDistinctWithCounts.getValues()
Returns map with values and their counts.