Type Definition arrow::array::DynComparator[][src]

type DynComparator<'a> = Box<dyn Fn(usize, usize) -> Ordering + 'a>;
Expand description

Compare the values at two arbitrary indices in two arrays.