Registry / other / arrow-data

arrow-data

JSON →
library59.0.0rscratesunverified

Array data abstractions for Apache Arrow.

# Cargo.toml [dependencies] arrow-data = "59.0.0"
INSTALL
IMPORT
SIG · ARROW-DATA
A
arrow-data
otherrustv59.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.

ArrayData
use arrow_data::ArrayData;

Create an empty Int32 array data instance.

use arrow_data::ArrayData; fn main() { let data = ArrayData::new_empty(&arrow_schema::DataType::Int32); println!("Length: {}", data.len()); }
Debug
Known issues

No known issues recorded.

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
Meta
2
OpenAI (training)
1
Resources
arrow-data — cargo add arrow-data · libregistry