Uses of Class
org.apache.parquet.crypto.ColumnEncryptionProperties
-
Packages that use ColumnEncryptionProperties Package Description org.apache.parquet.crypto -
-
Uses of ColumnEncryptionProperties in org.apache.parquet.crypto
Methods in org.apache.parquet.crypto that return ColumnEncryptionProperties Modifier and Type Method Description ColumnEncryptionPropertiesColumnEncryptionProperties.Builder. build()ColumnEncryptionPropertiesFileEncryptionProperties. getColumnProperties(org.apache.parquet.hadoop.metadata.ColumnPath columnPath)Methods in org.apache.parquet.crypto that return types with arguments of type ColumnEncryptionProperties Modifier and Type Method Description Map<org.apache.parquet.hadoop.metadata.ColumnPath,ColumnEncryptionProperties>FileEncryptionProperties. getEncryptedColumns()Method parameters in org.apache.parquet.crypto with type arguments of type ColumnEncryptionProperties Modifier and Type Method Description FileEncryptionProperties.BuilderFileEncryptionProperties.Builder. withEncryptedColumns(Map<org.apache.parquet.hadoop.metadata.ColumnPath,ColumnEncryptionProperties> encryptedColumns)Set the list of encrypted columns and their properties (keys etc).
-