Uses of Class
org.apache.drill.metastore.statistics.StatisticsHolder
Packages that use StatisticsHolder
Package
Description
-
Uses of StatisticsHolder in org.apache.drill.exec.planner.common
Methods in org.apache.drill.exec.planner.common that return types with arguments of type StatisticsHolderModifier 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 StatisticsHolder in org.apache.drill.metastore.metadata
Fields in org.apache.drill.metastore.metadata with type parameters of type StatisticsHolderModifier and TypeFieldDescriptionprotected Collection<StatisticsHolder<?>>
BaseMetadata.BaseMetadataBuilder.metadataStatistics
protected final Map<String,
StatisticsHolder<?>> BaseMetadata.metadataStatistics
Method parameters in org.apache.drill.metastore.metadata with type arguments of type StatisticsHolderModifier and TypeMethodDescriptionBaseTableMetadata.cloneWithStats
(Map<SchemaPath, ColumnStatistics<?>> columnStatistics, List<StatisticsHolder<?>> tableStatistics) TableMetadata.cloneWithStats
(Map<SchemaPath, ColumnStatistics<?>> columnStatistics, List<StatisticsHolder<?>> tableStatistics) BaseMetadata.BaseMetadataBuilder.metadataStatistics
(Collection<StatisticsHolder<?>> metadataStatistics) -
Uses of StatisticsHolder in org.apache.drill.metastore.statistics
Methods in org.apache.drill.metastore.statistics that return StatisticsHolderConstructor parameters in org.apache.drill.metastore.statistics with type arguments of type StatisticsHolderModifierConstructorDescriptionColumnStatistics
(Collection<StatisticsHolder<?>> statistics) ColumnStatistics
(Collection<StatisticsHolder<?>> statistics, TypeProtos.MinorType type)