Define Avro metadata constants used by Iceberg.
More...
#include <string_view>
Go to the source code of this file.
|
| namespace | iceberg |
| | Core Apache Iceberg C++ APIs.
|
| |
| namespace | iceberg::avro |
| | Avro reader, writer, and metadata APIs.
|
| |
|
|
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" |
| |
Define Avro metadata constants used by Iceberg.