Expand description
Low-level buffer abstractions for Apache Arrow Rust
Re-exportsยง
Modulesยง
- alloc
- Defines the low-level
Allocation
API for shared memory regions - arith ๐
- bigint ๐
- 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
- bytes ๐
- This module contains an implementation of a contiguous immutable memory region that knows
how to de-allocate itself,
Bytes
. Note that this is a low-level functionality of this crate. - interval ๐
- native ๐
- util ๐
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.