Registry / other / arrow2

arrow2

JSON →
library0.18.0rscratesunverified

Unofficial implementation of Apache Arrow spec in safe Rust

# Cargo.toml [dependencies] arrow2 = "0.18.0"
INSTALL
IMPORT
SIG · ARROW2
A
arrow2
otherrustv0.18.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.

Int32Array
use arrow2::array::Int32Array;

Creates an Int32Array from a slice.

use arrow2::array::Int32Array; fn main() { let arr = Int32Array::from_slice(&[1, 2, 3]); println!("{:?}", arr); }
Debug
Known issues
breakingThis crate is unmaintained; use arrow (official) instead.
fix
Replace arrow2 with arrow in Cargo.toml and update imports.
affects: >=0.18.0
Upgrade
Version history
0.18.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Meta
1
Amazon
1
OpenAI (training)
1
Resources
arrow2 — cargo add arrow2 · libregistry