Uses of Class
org.apache.drill.exec.planner.common.DrillStatsTable
Packages that use DrillStatsTable
Package
Description
-
Uses of DrillStatsTable in org.apache.drill.exec.metastore
Methods in org.apache.drill.exec.metastore that return DrillStatsTableModifier and TypeMethodDescriptionMetadataProviderManager.getStatsProvider()
MetastoreMetadataProviderManager.getStatsProvider()
Methods in org.apache.drill.exec.metastore with parameters of type DrillStatsTableModifier and TypeMethodDescriptionvoid
MetadataProviderManager.setStatsProvider
(DrillStatsTable statsProvider) void
MetastoreMetadataProviderManager.setStatsProvider
(DrillStatsTable statsProvider) -
Uses of DrillStatsTable in org.apache.drill.exec.metastore.store
Fields in org.apache.drill.exec.metastore.store declared as DrillStatsTableModifier and TypeFieldDescriptionprotected final DrillStatsTable
MetastoreFileTableMetadataProvider.statsProvider
Methods in org.apache.drill.exec.metastore.store that return DrillStatsTableMethods in org.apache.drill.exec.metastore.store with parameters of type DrillStatsTableModifier and TypeMethodDescriptionvoid
FileSystemMetadataProviderManager.setStatsProvider
(DrillStatsTable statsProvider) -
Uses of DrillStatsTable in org.apache.drill.exec.planner.common
Methods in org.apache.drill.exec.planner.common with parameters of type DrillStatsTableModifier and TypeMethodDescriptionstatic List<StatisticsHolder<?>>
DrillStatsTable.getEstimatedColumnStats
(DrillStatsTable statsProvider, SchemaPath fieldName) Returns list ofStatisticsKind
and statistics values obtained from specifiedDrillStatsTable
for specified column.static List<StatisticsHolder<?>>
DrillStatsTable.getEstimatedTableStats
(DrillStatsTable statsProvider) Returns list ofStatisticsKind
and statistics values obtained from specifiedDrillStatsTable
. -
Uses of DrillStatsTable in org.apache.drill.exec.store.parquet
Fields in org.apache.drill.exec.store.parquet declared as DrillStatsTableModifier and TypeFieldDescriptionprotected DrillStatsTable
BaseParquetMetadataProvider.statsTable
Methods in org.apache.drill.exec.store.parquet with parameters of type DrillStatsTableModifier and TypeMethodDescriptionstatic Map<SchemaPath,
ColumnStatistics<?>> ParquetTableMetadataUtils.getColumnStatistics
(TupleMetadata schema, DrillStatsTable statistics) Returns map with schema path andColumnStatistics
obtained from specifiedDrillStatsTable
for all columns from specifiedBaseTableMetadata
.