Class NativeHistogramBuckets

Object
NativeHistogramBuckets
All Implemented Interfaces:
Iterable<NativeHistogramBucket>

Immutable representation of native histogram buckets.

The bucket index defines the boundaries of the bucket, depending on the histogram's schema.

     base = 2^(2^-schema)
     lower bound = base^(index - 1)
     upper bound = base^index