Module parquet_encryption

Module parquet_encryption 

Source

Structs§

EncryptionFactoryRegistry
Stores EncryptionFactory implementations that can be retrieved by a unique string identifier

Traits§

EncryptionFactory
Trait for types that generate file encryption and decryption properties to write and read encrypted Parquet files. This allows flexibility in how encryption keys are managed, for example, to integrate with a user’s key management service (KMS). For example usage, see the parquet_encrypted_with_kms example.