24namespace iceberg::avro {
27constexpr std::string_view kMapLogicalType =
"map";
30constexpr std::string_view kElement =
"element";
31constexpr std::string_view kKey =
"key";
32constexpr std::string_view kValue =
"value";
35constexpr std::string_view kIcebergFieldNameProp =
"iceberg-field-name";
36constexpr std::string_view kFieldIdProp =
"field-id";
37constexpr std::string_view kKeyIdProp =
"key-id";
38constexpr std::string_view kValueIdProp =
"value-id";
39constexpr std::string_view kElementIdProp =
"element-id";
40constexpr std::string_view kAdjustToUtcProp =
"adjust-to-utc";