{"id":65104,"library":"arrow-ord","title":"Arrow Ord","description":"Ordering kernels for arrow arrays, providing comparison and sorting operations.","status":"active","version":"58.3.0","language":"rust","source_language":null,"source_url":"https://github.com/apache/arrow-rs","tags":["arrow","sorting","ordering","kernels"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\narrow-ord = \"58.3.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add arrow-ord","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"sort_to_indices","correct":"use arrow_ord::sort::sort_to_indices;"}],"quickstart":{"code":"use arrow_ord::sort::sort_to_indices;\nuse arrow_array::Int32Array;\n\nfn main() {\n    let array = Int32Array::from(vec![3, 1, 2]);\n    let indices = sort_to_indices(&array, None, None).unwrap();\n    println!(\"Sorted indices: {:?}\", indices);\n}","lang":"rust","description":"Sorts an Arrow array and returns the sorted indices."},"warnings":[],"env_vars":null,"search_vec":"'array':7 'arrow':1,6,13 'comparison':9 'kernel':4,16 'oper':12 'ord':2 'order':3,15 'provid':8 'sort':11,14","created_at":"2026-06-17T17:04:49.005899+00:00","updated_at":"2026-06-17T17:04:49.005899+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/apache/arrow-rs","github":"https://github.com/apache/arrow-rs","docs":"https://docs.rs/arrow-ord/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}