Module rerun::external::re_chunk::external::arrow2::array::ord

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 Aliases§

  • Compare the values at two arbitrary indices in two arrays.