Registry / utility / arrow-select

arrow-select

JSON →
library58.3.0rscratesunverified

Selection kernels for arrow arrays

# Cargo.toml [dependencies] arrow-select = "58.3.0"
INSTALL
IMPORT
SIG · ARROW-SELECT
A
arrow-select
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.

take
use arrow_select::take;

Select elements from an Arrow array by indices.

use arrow_select::take; use arrow_array::Int32Array; let array = Int32Array::from(vec![1, 2, 3, 4]); let indices = Int32Array::from(vec![0, 2]); let result = take(&array, &indices, None).unwrap(); println!("{:?}", result);
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
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
arrow-select — cargo add arrow-select · libregistry