Module arrow::buffer [] [src]

Structs

Buffer

Buffer is essentially just a Vec for fixed-width primitive types and the start of the memory region is aligned at a 64-byte boundary

BufferIterator