Crate vortex_buffer
source ·Expand description
A byte buffer implementation for Vortex.
Vortex arrays hold data in a set of buffers.
§Alignment
See: <https://github.com/spiraldb/vortex/issues/115>
We do not currently enforce any alignment guarantees on the buffer.
Structs§
- Buffer is an owned, cheaply cloneable byte array.
- A wrapper around a
Buffer
that guarantees that the buffer contains valid UTF-8.