C++ SDK Documentation  24.2.0
Vertica::LengthBuffer Struct Reference
Collaboration diagram for Vertica::LengthBuffer:
Collaboration graph

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

uint32buf
 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

LengthBuffer

A contiguous in-memory buffer of uint32 *. Used for tracking record lengths.