| Package | Description |
|---|---|
| org.apache.parquet.format.converter | |
| org.apache.parquet.hadoop.metadata |
| Modifier and Type | Method and Description |
|---|---|
ParquetMetadata |
ParquetMetadataConverter.fromParquetMetadata(FileMetaData parquetMetadata,
InternalFileDecryptor fileDecryptor,
boolean encryptedFooter) |
ParquetMetadata |
ParquetMetadataConverter.fromParquetMetadata(FileMetaData parquetMetadata,
InternalFileDecryptor fileDecryptor,
boolean encryptedFooter,
Map<RowGroup,Long> rowGroupToRowIndexOffsetMap) |
ParquetMetadata |
ParquetMetadataConverter.readParquetMetadata(InputStream fromInputStream,
ParquetMetadataConverter.MetadataFilter filter,
InternalFileDecryptor fileDecryptor,
boolean encryptedFooter,
int combinedFooterLength) |
| Modifier and Type | Method and Description |
|---|---|
InternalFileDecryptor |
FileMetaData.getFileDecryptor() |
| Modifier and Type | Method and Description |
|---|---|
static ColumnChunkMetaData |
ColumnChunkMetaData.getWithEncryptedMetadata(ParquetMetadataConverter parquetMetadataConverter,
ColumnPath path,
PrimitiveType type,
byte[] encryptedMetadata,
byte[] columnKeyMetadata,
InternalFileDecryptor fileDecryptor,
int rowGroupOrdinal,
int columnOrdinal,
String createdBy) |
| Constructor and Description |
|---|
FileMetaData(MessageType schema,
Map<String,String> keyValueMetaData,
String createdBy,
FileMetaData.EncryptionType encryptionType,
InternalFileDecryptor fileDecryptor)
FileMetaData for readers (decryptors).
|
FileMetaData(MessageType schema,
Map<String,String> keyValueMetaData,
String createdBy,
InternalFileDecryptor fileDecryptor)
Deprecated.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.