Expand description
Low-level buffer abstractions for Apache Arrow Rust
Re-exports§
Modules§
- alloc
- Defines the low-level
Allocation
API for shared memory regions - bit_
chunk_ iterator - Types for iterating over bitmasks in 64-bit chunks
- bit_
iterator - Types for iterating over packed bitmasks
- bit_
mask - Utils for working with packed bit masks
- bit_
util - Utils for working with bits
- buffer
- Types of shared memory region
- builder
- Buffer builders
Structs§
- Interval
DayTime - Value of an IntervalDayTime array
- Interval
Month DayNano - Value of an IntervalMonthDayNano array
- i256
- A signed 256-bit integer
Traits§
- Arrow
Native Type - Trait expressing a Rust type that has the same in-memory representation as Arrow.
- ToByte
Slice - Allows conversion from supported Arrow types to a byte slice.