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