27#include <unordered_map>
36 std::string encrypted_key_metadata;
37 std::optional<std::string> encrypted_by_id = std::nullopt;
38 std::unordered_map<std::string, std::string> properties;
Define symbol visibility macros for core Iceberg APIs.
Core Apache Iceberg C++ APIs.
Definition arrow_io_util.h:33
Represents an encrypted table key entry.
Definition encrypted_key.h:34