Package org.apache.drill.exec.store.hive
Class HiveParquetTableMetadataProvider
java.lang.Object
org.apache.drill.exec.store.parquet.BaseParquetMetadataProvider
org.apache.drill.exec.store.hive.HiveParquetTableMetadataProvider
- All Implemented Interfaces:
ParquetMetadataProvider
,TableMetadataProvider
This is Metadata provider for Hive Parquet tables, which are read by Drill native 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
Modifier and TypeMethodDescriptionprotected void
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
-
getHivePartitionHolder
-
initInternal
- Specified by:
initInternal
in classBaseParquetMetadataProvider
- Throws:
IOException
-