Available on crate feature
parquet_encryption
only.Structs§
- Encryption
Factory Registry - Stores
EncryptionFactory
implementations that can be retrieved by a unique string identifier
Traits§
- Encryption
Factory - 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.