public class HistogramUtils extends Object
Constructor and Description |
---|
HistogramUtils() |
Modifier and Type | Method and Description |
---|---|
static Histogram |
buildHistogramFromTDigest(byte[] tdigest_bytearray,
TypeProtos.MajorType type,
int numBuckets,
long nonNullCount)
Build a histogram using the t-digest byte array.
|
public static Histogram buildHistogramFromTDigest(byte[] tdigest_bytearray, TypeProtos.MajorType type, int numBuckets, long nonNullCount)
Copyright © 1970 The Apache Software Foundation. All rights reserved.