Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion_common::encryption - Rust
[go: Go Back, main page]

Module encryption

Source
Expand description

This module provides types and functions related to encryption in Parquet files.

Re-exports§

pub use crate::config::ConfigFileDecryptionProperties;
pub use crate::config::ConfigFileEncryptionProperties;

Structs§

FileDecryptionPropertiesparquet_encryption
FileDecryptionProperties hold keys and AAD data required to decrypt a Parquet file.
FileEncryptionPropertiesparquet_encryption
Defines how data in a Parquet file should be encrypted

Functions§

add_crypto_to_writer_propertiesparquet
map_config_decryption_to_decryptionparquet_encryption
map_encryption_to_config_encryptionparquet_encryption