Type Alias arrow2::array::ord::DynComparator

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

Compare the values at two arbitrary indices in two arrays.

Aliased Type§

struct DynComparator(/* private fields */);