| Package | Description |
|---|---|
| org.apache.drill.exec.store.parquet.metadata |
| Modifier and Type | Method and Description |
|---|---|
Metadata_V4.ParquetFileMetadata_v4 |
Metadata_V4.ParquetFileAndRowCountMetadata.getFileMetadata() |
| Modifier and Type | Method and Description |
|---|---|
List<Metadata_V4.ParquetFileMetadata_v4> |
Metadata_V4.FileMetadata.getFiles() |
| Constructor and Description |
|---|
ParquetFileAndRowCountMetadata(Metadata_V4.ParquetFileMetadata_v4 fileMetadata,
Map<Metadata_V4.ColumnTypeMetadata_v4.Key,Long> totalNullCountMap,
long fileRowCount) |
| Constructor and Description |
|---|
ParquetTableMetadata_v4(String metadataVersion,
MetadataBase.ParquetTableMetadataBase parquetTableMetadata,
List<Metadata_V4.ParquetFileMetadata_v4> files,
List<org.apache.hadoop.fs.Path> directories,
String drillVersion,
long totalRowCount,
boolean allColumnsInteresting) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.