Uses of Interface
io.trino.operator.aggregation.histogram.TypedHistogram
-
Packages that use TypedHistogram Package Description io.trino.operator.aggregation.histogram -
-
Uses of TypedHistogram in io.trino.operator.aggregation.histogram
Classes in io.trino.operator.aggregation.histogram that implement TypedHistogram Modifier and Type Class Description classGroupedTypedHistogramimplementation that uses groupId in the hash key, so that we may store all groupId x value -> count in one giant map.classSingleTypedHistogramMethods in io.trino.operator.aggregation.histogram that return TypedHistogram Modifier and Type Method Description TypedHistogramGroupedHistogramState. get()TypedHistogramHistogramState. get()will create an empty histogram if none existsTypedHistogramSingleHistogramState. get()TypedHistogramGroupedTypedHistogram. setGroupId(long groupId)default TypedHistogramTypedHistogram. setGroupId(long groupId)Methods in io.trino.operator.aggregation.histogram with parameters of type TypedHistogram Modifier and Type Method Description voidGroupedTypedHistogram. addAll(TypedHistogram other)voidSingleTypedHistogram. addAll(TypedHistogram other)voidTypedHistogram. addAll(TypedHistogram other)
-