iceberg-cpp
Loading...
Searching...
No Matches
Namespaces | Variables
avro_constants.h File Reference

Define Avro metadata constants used by Iceberg. More...

#include <string_view>

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.
 

Variables

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

Detailed Description

Define Avro metadata constants used by Iceberg.