Array abstractions for Apache Arrow, providing efficient in-memory columnar data structures.
# Cargo.toml
[dependencies]
arrow-array = "59.0.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates an Arrow Int32Array from a vector.
Enable the necessary features in Cargo.toml, e.g., arrow-array = { version = "59", features = ["ipc"] }No dependency data recorded yet.