Skip to main content

histogram_pair_udf_with_collector

Function histogram_pair_udf_with_collector 

Source
fn histogram_pair_udf_with_collector(
    name: &'static str,
    op: fn(&NativeHistogram, &NativeHistogram) -> Option<NativeHistogram>,
    collector: Option<PromqlAnnotationCollector>,
) -> ScalarUDF