Java SDK Documentation
12.0.0
|
Public Attributes | |
byte[] | buf |
int | offset |
DataBuffer is a a contiguous in-memory buffer of data.
byte [] com.vertica.sdk.DataBuffer.buf |
The buffer of data.
int com.vertica.sdk.DataBuffer.offset |
An offset into the buffer that is typically used to track progress through the DataBuffer. For example, a UDParser advances the offset as it consumes data from the DataBuffer.