Registry / database / arrow-array

arrow-array

JSON →
library59.0.0rscratesunverified

Array abstractions for Apache Arrow, providing efficient in-memory columnar data structures.

# Cargo.toml [dependencies] arrow-array = "59.0.0"
INSTALL
IMPORT
SIG · ARROW-ARRAY
A
arrow-array
databaserustv59.0.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.

Array
use arrow_array::Array;

Creates an Arrow Int32Array from a vector.

use arrow_array::Int32Array; fn main() { let array = Int32Array::from(vec![1, 2, 3]); println!("{:?}", array); }
Debug
Known issues
gotchaRequires feature flags for different array types (e.g., "ipc", "json")
fix
Enable the necessary features in Cargo.toml, e.g., arrow-array = { version = "59", features = ["ipc"] }
affects: >= 59.0.0
Upgrade
Version history
59.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources