Type Definition arrow::array::DynComparator

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

Compare the values at two arbitrary indices in two arrays.