Uses of Interface
io.trino.operator.aggregation.histogram.TypedHistogram
Packages that use TypedHistogram
-
Uses of TypedHistogram in io.trino.operator.aggregation.histogram
Classes in io.trino.operator.aggregation.histogram that implement TypedHistogramModifier and TypeClassDescriptionclassimplementation that uses groupId in the hash key, so that we may store all groupId x value -> count in one giant map.classMethods in io.trino.operator.aggregation.histogram that return TypedHistogramModifier and TypeMethodDescriptionGroupedHistogramState.get()HistogramState.get()will create an empty histogram if none existsSingleHistogramState.get()GroupedTypedHistogram.setGroupId(long groupId) default TypedHistogramTypedHistogram.setGroupId(long groupId) Methods in io.trino.operator.aggregation.histogram with parameters of type TypedHistogramModifier and TypeMethodDescriptionvoidGroupedTypedHistogram.addAll(TypedHistogram other) voidSingleTypedHistogram.addAll(TypedHistogram other) voidTypedHistogram.addAll(TypedHistogram other)