[][src]Module arrow::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.

Structs

Bytes

A continuous, fixed-size, immutable memory region that knows how to de-allocate itself. This structs' API is inspired by the bytes::Bytes, but it is not limited to using rust's global allocator nor u8 aligmnent.

Enums

Deallocation

Mode of deallocating memory regions