Uses of Class
org.apache.druid.query.aggregation.Histogram
-
Packages that use Histogram Package Description org.apache.druid.query.aggregation -
-
Uses of Histogram in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that return Histogram Modifier and Type Method Description HistogramHistogram. fold(Histogram h)static HistogramHistogram. fromBytes(byte[] bytes)static HistogramHistogram. fromBytes(ByteBuffer buf)Methods in org.apache.druid.query.aggregation with parameters of type Histogram Modifier and Type Method Description voidHistogram. copyFrom(Histogram other)HistogramHistogram. fold(Histogram h)Constructors in org.apache.druid.query.aggregation with parameters of type Histogram Constructor Description Histogram(Histogram other)
-