arrow::array

Type Alias DynComparator

pub type DynComparator = Box<dyn Fn(usize, usize) -> Ordering + Sync + Send>;
Expand description

Compare the values at two arbitrary indices in two arrays.

Aliased Typeยง

struct DynComparator(/* private fields */);