Class DeltaParquetTableMetadataProvider
java.lang.Object
org.apache.drill.exec.store.parquet.BaseParquetMetadataProvider
org.apache.drill.exec.store.delta.DeltaParquetTableMetadataProvider
- All Implemented Interfaces:
ParquetMetadataProvider
,TableMetadataProvider
This is Metadata provider for Delta tables, which are read by Drill native Parquet reader
-
Nested Class Summary
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.parquet.BaseParquetMetadataProvider
entries, fileSet, NULL_VALUE, parquetTableMetadata, readerConfig, schema, statsTable, tableLocation, tableName
-
Method Summary
Methods inherited from class org.apache.drill.exec.store.parquet.BaseParquetMetadataProvider
checkMetadataVersion, getEntries, getFileMetadata, getFileSet, getFilesForPartition, getFilesMetadataMap, getLocations, getNonInterestingColumnsMetadata, getPartitionColumns, getPartitionMetadata, getPartitionsMetadata, getRowGroupsMeta, getRowGroupsMetadataMap, getSegmentsMetadataMap, getTableMetadata, init, initializeMetadata
-
Method Details
-
initInternal
- Specified by:
initInternal
in classBaseParquetMetadataProvider
- Throws:
IOException
-