Vertica::LengthBuffer Struct Reference
Collaboration diagram for Vertica::LengthBuffer:
| Public Member Functions | |
|---|---|
| size_t | getByteOffset () |
| Returns a byte representation of the offset, where the offset is the index of the buffer array. |
| Public Attributes | |
|---|---|
| uint32 * | buf |
| Pointer to the start of the buffer. | |
| size_t | offset |
| Number of length values in the buffer. | |
| size_t | size |
| Maximum number of length values that the buffer can hold. |
Detailed Description
A contiguous in-memory buffer of uint32 *. Used for tracking record lengths.