Interface ParquetTableMetadataProvider

All Superinterfaces:
ParquetMetadataProvider, TableMetadataProvider
All Known Implementing Classes:
MetastoreParquetTableMetadataProvider, ParquetTableMetadataProviderImpl

public interface ParquetTableMetadataProvider extends ParquetMetadataProvider
Interface for providing table, partition, file etc. metadata for specific parquet table.
  • Method Details

    • isUsedMetadataCache

      boolean isUsedMetadataCache()
      Whether metadata cache files are used for table which belongs to current metadata provider.
      Returns:
      true if metadata cache files are used
    • getSelectionRoot

      org.apache.hadoop.fs.Path getSelectionRoot()
      Returns root table path.
      Returns:
      root path of the table