EncryptionWithColumnKey: per-column encryption key binding (parquet.thrift).
More...
#include <types.hpp>
|
| std::vector< std::string > | path_in_schema |
| | Schema path of the encrypted column (field 1).
|
| |
| std::optional< std::vector< uint8_t > > | key_metadata |
| | Serialized key metadata (field 2).
|
| |
EncryptionWithColumnKey: per-column encryption key binding (parquet.thrift).
Definition at line 1477 of file types.hpp.
◆ EncryptionWithColumnKey()
| signet::forge::thrift::EncryptionWithColumnKey::EncryptionWithColumnKey |
( |
| ) |
|
|
default |
◆ deserialize()
◆ serialize()
| void signet::forge::thrift::EncryptionWithColumnKey::serialize |
( |
CompactEncoder & |
enc | ) |
const |
|
inline |
◆ key_metadata
| std::optional<std::vector<uint8_t> > signet::forge::thrift::EncryptionWithColumnKey::key_metadata |
Serialized key metadata (field 2).
Definition at line 1479 of file types.hpp.
◆ path_in_schema
| std::vector<std::string> signet::forge::thrift::EncryptionWithColumnKey::path_in_schema |
The documentation for this struct was generated from the following file: