Crate arrow_buffer

source ·
Expand description

Low-level buffer abstractions for Apache Arrow Rust

Re-exports§

Modules§

Structs§

  • A signed 256-bit integer

Traits§

  • Trait expressing a Rust type that has the same in-memory representation as Arrow. This includes i16, f32, but excludes bool (which in arrow is represented in bits).
  • Allows conversion from supported Arrow types to a byte slice.