Skip to main content

validate_integer_native_histogram_counts

Function validate_integer_native_histogram_counts 

Source
fn validate_integer_native_histogram_counts(
    histogram: &Histogram,
    positive_buckets: &[i64],
    negative_buckets: &[i64],
) -> Result<(), NativeHistogramError>