Module arrow2::array::ord

source ·
Expand description

Contains functions and function factories to order values within arrays.

Functions

returns a comparison function that compares values at two different slots between two Array.
Total order of all native types whose Rust implementation that support total order.
implements comparison using IEEE 754 total ordering for f32
implements comparison using IEEE 754 total ordering for f64

Type Definitions

Compare the values at two arbitrary indices in two arrays.