| Package | Description |
|---|---|
| org.apache.parquet.hadoop.metadata |
| Modifier and Type | Method and Description |
|---|---|
FileMetaData.EncryptionType |
FileMetaData.getEncryptionType() |
static FileMetaData.EncryptionType |
FileMetaData.EncryptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileMetaData.EncryptionType[] |
FileMetaData.EncryptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FileMetaData(MessageType schema,
Map<String,String> keyValueMetaData,
String createdBy,
FileMetaData.EncryptionType encryptionType,
InternalFileDecryptor fileDecryptor)
FileMetaData for readers (decryptors).
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.