Skip to main content

histogram_pair_udf

Function histogram_pair_udf 

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