Crate arrow_ipc

source ·
Expand description

Support for the Arrow IPC format

Re-exports

pub use self::gen::File::*;
pub use self::gen::Message::*;
pub use self::gen::Schema::*;
pub use self::gen::SparseTensor::*;
pub use self::gen::Tensor::*;

Modules

Utilities for converting between IPC types and native Arrow types
Generated code
Arrow IPC File and Stream Readers
Arrow IPC File and Stream Writers