Uses of Interface
org.apache.drill.metastore.metadata.TableMetadata
Packages that use TableMetadata
Package
Description
-
Uses of TableMetadata in org.apache.drill.exec.metastore.store
Methods in org.apache.drill.exec.metastore.store that return TableMetadataModifier and TypeMethodDescriptionMetastoreFileTableMetadataProvider.getTableMetadata()SimpleFileTableMetadataProvider.getTableMetadata() -
Uses of TableMetadata in org.apache.drill.exec.physical.base
Fields in org.apache.drill.exec.physical.base declared as TableMetadataModifier and TypeFieldDescriptionprotected TableMetadataAbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.tableMetadataprotected TableMetadataAbstractGroupScanWithMetadata.tableMetadataMethods in org.apache.drill.exec.physical.base that return TableMetadataModifier and TypeMethodDescriptionAbstractGroupScan.getTableMetadata()AbstractGroupScanWithMetadata.getTableMetadata()AbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.getTableMetadata()GroupScan.getTableMetadata()Methods in org.apache.drill.exec.physical.base with parameters of type TableMetadataModifier and TypeMethodDescriptionAbstractGroupScanWithMetadata.GroupScanWithMetadataFilterer.table(TableMetadata tableMetadata) -
Uses of TableMetadata in org.apache.drill.exec.store.googlesheets
Methods in org.apache.drill.exec.store.googlesheets that return TableMetadata -
Uses of TableMetadata in org.apache.drill.exec.store.http
Methods in org.apache.drill.exec.store.http that return TableMetadata -
Uses of TableMetadata in org.apache.drill.exec.store.parquet
Methods in org.apache.drill.exec.store.parquet that return TableMetadata -
Uses of TableMetadata in org.apache.drill.metastore.metadata
Classes in org.apache.drill.metastore.metadata that implement TableMetadataMethods in org.apache.drill.metastore.metadata that return TableMetadataModifier and TypeMethodDescriptionTableMetadata.cloneWithStats(Map<SchemaPath, ColumnStatistics<?>> columnStatistics, List<StatisticsHolder<?>> tableStatistics) TableMetadataProvider.getTableMetadata()ReturnsTableMetadatainstance which provides metadata for table and columns metadata. -
Uses of TableMetadata in org.apache.drill.metastore.util
Methods in org.apache.drill.metastore.util that return TableMetadataModifier and TypeMethodDescriptionstatic TableMetadataTableMetadataUtils.updateRowCount(TableMetadata tableMetadata, Collection<? extends BaseMetadata> statistics) Updates row count and column nulls count for specified table metadata and returns newTableMetadatainstance with updated statistics.Methods in org.apache.drill.metastore.util with parameters of type TableMetadataModifier and TypeMethodDescriptionstatic TableMetadataTableMetadataUtils.updateRowCount(TableMetadata tableMetadata, Collection<? extends BaseMetadata> statistics) Updates row count and column nulls count for specified table metadata and returns newTableMetadatainstance with updated statistics.