Skip to main content

build_histogram_array

Function build_histogram_array 

Source
pub fn build_histogram_array(values: &[Option<NativeHistogram>]) -> ArrayRef
Expand description

Builds a native histogram Struct array from query-time values.

The result uses the canonical f64 payload fields. Integer count and bucket fields remain empty because NativeHistogram no longer tracks the source payload family after decoding.