iceberg-cpp
Loading...
Searching...
No Matches
Namespaces | Functions
avro_register.h File Reference

Provide functions to register Avro implementations. More...

#include "iceberg/iceberg_bundle_export.h"

Go to the source code of this file.

Namespaces

namespace  iceberg
 Core Apache Iceberg C++ APIs.
 
namespace  iceberg::avro
 Avro reader, writer, and metadata APIs.
 

Functions

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

Detailed Description

Provide functions to register Avro implementations.