Package io.trino.operator.aggregation.histogram
package io.trino.operator.aggregation.histogram
-
ClassDescriptionstate object that uses a single histogram for all groups.implementation that uses groupId in the hash key, so that we may store all groupId x value -> count in one giant map.helper class for
GroupedTypedHistogramMay be used for other cases that need a simple hash for values