fn histogram_scalar_udf( name: &'static str, input_types: Vec<DataType>, histogram_index: usize, scalar_index: usize, op: fn(NativeHistogram, f64) -> Option<NativeHistogram>, ) -> ScalarUDF