iceberg-cpp
Loading...
Searching...
No Matches
Classes | Functions | Variables
iceberg::avro Namespace Reference

Avro reader, writer, and metadata APIs. More...

Classes

class  AvroMetrics
 Utility class for computing Avro file metrics. More...
 
class  AvroReader
 A reader that reads ArrowArray from Avro files. More...
 
class  AvroWriter
 A writer for serializing ArrowArray to Avro files. More...
 

Functions

ICEBERG_BUNDLE_EXPORT void RegisterLogicalTypes ()
 Register all the logical types.
 
ICEBERG_BUNDLE_EXPORT void RegisterReader ()
 Register Avro reader implementation.
 
ICEBERG_BUNDLE_EXPORT void RegisterWriter ()
 Register Avro writer implementation.
 
ICEBERG_BUNDLE_EXPORT void RegisterAll ()
 Register all the logical types, Avro reader, and Avro writer.
 

Variables

constexpr std::string_view kMapLogicalType = "map"
 
constexpr std::string_view kElement = "element"
 
constexpr std::string_view kKey = "key"
 
constexpr std::string_view kValue = "value"
 
constexpr std::string_view kIcebergFieldNameProp = "iceberg-field-name"
 
constexpr std::string_view kFieldIdProp = "field-id"
 
constexpr std::string_view kKeyIdProp = "key-id"
 
constexpr std::string_view kValueIdProp = "value-id"
 
constexpr std::string_view kElementIdProp = "element-id"
 
constexpr std::string_view kAdjustToUtcProp = "adjust-to-utc"
 

Detailed Description

Avro reader, writer, and metadata APIs.