C++ SDK Documentation  9.0
Vertica::DataBuffer Struct Reference
Collaboration diagram for Vertica::DataBuffer:
Collaboration graph

Public Attributes

char * buf
 Pointer to the start of the buffer.
 
size_t offset
 Number of bytes that have been processed by the UDL.
 
size_t size
 Size of the buffer in bytes.
 

Detailed Description

A contiguous in-memory buffer of char *