Registry / utility / polars-arrow

polars-arrow

JSON →
library0.54.4rscratesunverified

A minimal implementation of the Arrow specification forked from arrow2, used internally by Polars.

# Cargo.toml [dependencies] polars-arrow = "0.54.4"
INSTALL
IMPORT
SIG · POLARS-ARROW
P
polars-arrow
utilityrustv0.54.4
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 polars_arrow::array::Array;

Creates an Int32Array from a slice and prints it.

use polars_arrow::array::Int32Array; fn main() { let arr = Int32Array::from(&[1, 2, 3]); println!("{:?}", arr); }
Debug
Known issues
gotchaThis crate is a fork of arrow2 and may diverge from the official Arrow specification.
fix
Use the official arrow crate if strict compliance is needed.
affects: >=0.54.0
Upgrade
Version history
0.54.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
polars-arrow — cargo add polars-arrow · libregistry