arrow_ord::ord

Function compare_impl

Source
fn compare_impl<const NULLS_FIRST: bool, const DESCENDING: bool, F>(
    l: Option<NullBuffer>,
    r: Option<NullBuffer>,
    cmp: F,
) -> DynComparator
where F: Fn(usize, usize) -> Ordering + Send + Sync + 'static,