Registry / utility / arrow-ord

arrow-ord

JSON →
library58.3.0rscratesunverified

Ordering kernels for arrow arrays, providing comparison and sorting operations.

# Cargo.toml [dependencies] arrow-ord = "58.3.0"
INSTALL
IMPORT
SIG · ARROW-ORD
A
arrow-ord
utilityrustv58.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

sort_to_indices
use arrow_ord::sort::sort_to_indices;

Sorts an Arrow array and returns the sorted indices.

use arrow_ord::sort::sort_to_indices; use arrow_array::Int32Array; fn main() { let array = Int32Array::from(vec![3, 1, 2]); let indices = sort_to_indices(&array, None, None).unwrap(); println!("Sorted indices: {:?}", indices); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
58.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
2
Resources
arrow-ord — cargo add arrow-ord · libregistry