Uses of Interface
org.apache.drill.metastore.statistics.CollectableColumnStatisticsKind
Packages that use CollectableColumnStatisticsKind
-
Uses of CollectableColumnStatisticsKind in org.apache.drill.metastore.statistics
Classes in org.apache.drill.metastore.statistics that implement CollectableColumnStatisticsKindModifier and TypeClassDescriptionclass
Implementation ofCollectableColumnStatisticsKind
which contain base column statistics kinds with implementedmergeStatistics()
method. -
Uses of CollectableColumnStatisticsKind in org.apache.drill.metastore.util
Method parameters in org.apache.drill.metastore.util with type arguments of type CollectableColumnStatisticsKindModifier and TypeMethodDescriptionstatic <T extends BaseMetadata>
Map<SchemaPath,ColumnStatistics<?>> TableMetadataUtils.mergeColumnsStatistics
(Collection<T> metadataList, Set<SchemaPath> columns, List<CollectableColumnStatisticsKind<?>> statisticsToCollect) Merges list of specified metadata into the map ofColumnStatistics
with columns as keys.