Uses of Interface
org.apache.drill.exec.metastore.store.parquet.ParquetMetadataProvider
Package
Description
-
Uses of ParquetMetadataProvider in org.apache.drill.exec.metastore.store.parquet
Modifier and TypeInterfaceDescriptioninterface
Interface for providing table, partition, file etc.Modifier and TypeClassDescriptionclass
Implementation ofTableMetadataProvider
which uses Drill Metastore for providing table metadata for parquet tables.class
-
Uses of ParquetMetadataProvider in org.apache.drill.exec.store.delta
Modifier and TypeClassDescriptionclass
This is Metadata provider for Delta tables, which are read by Drill native Parquet reader -
Uses of ParquetMetadataProvider in org.apache.drill.exec.store.hive
Modifier and TypeClassDescriptionclass
This is Metadata provider for Hive Parquet tables, which are read by Drill native reader -
Uses of ParquetMetadataProvider in org.apache.drill.exec.store.parquet
Modifier and TypeClassDescriptionclass
Implementation ofParquetMetadataProvider
which contains base methods for obtaining metadata from parquet statistics.