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 TypeMethodDescriptionvoidMetadataProviderManager.setStatsProvider(DrillStatsTable statsProvider) voidMetastoreMetadataProviderManager.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 DrillStatsTableMetastoreFileTableMetadataProvider.statsProviderMethods in org.apache.drill.exec.metastore.store that return DrillStatsTableMethods in org.apache.drill.exec.metastore.store with parameters of type DrillStatsTableModifier and TypeMethodDescriptionvoidFileSystemMetadataProviderManager.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 ofStatisticsKindand statistics values obtained from specifiedDrillStatsTablefor specified column.static List<StatisticsHolder<?>> DrillStatsTable.getEstimatedTableStats(DrillStatsTable statsProvider) Returns list ofStatisticsKindand 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 DrillStatsTableBaseParquetMetadataProvider.statsTableMethods 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 andColumnStatisticsobtained from specifiedDrillStatsTablefor all columns from specifiedBaseTableMetadata.