iceberg-cpp
Loading...
Searching...
No Matches
Public Attributes | List of all members
iceberg::avro::EncodeContext Struct Reference

Context for reusing scratch buffers during Avro encoding. More...

#include <avro_direct_encoder_internal.h>

Public Attributes

std::vector< uint8_t > bytes_scratch
 

Detailed Description

Context for reusing scratch buffers during Avro encoding.

Avoids frequent small allocations by reusing temporary buffers across multiple encode operations. This is particularly important for string, binary, and fixed-size data types.


The documentation for this struct was generated from the following file: