Crate arrow_buffer
source ·Expand description
Low-level buffer abstractions for Apache Arrow Rust
Re-exports§
Modules§
- Defines the low-level
Allocation
API for shared memory regions - Types for iterating over bitmasks in 64-bit chunks
- Types for iterating over packed bitmasks
- Utils for working with packed bit masks
- Utils for working with bits
- Types of shared memory region
- Buffer builders
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 excludesbool
(which in arrow is represented in bits). - Allows conversion from supported Arrow types to a byte slice.