Uses of Class
org.apache.drill.metastore.statistics.BaseStatisticsKind
Packages that use BaseStatisticsKind
-
Uses of BaseStatisticsKind in org.apache.drill.metastore.statistics
Subclasses of BaseStatisticsKind in org.apache.drill.metastore.statisticsModifier and TypeClassDescriptionclass
Implementation ofCollectableColumnStatisticsKind
which contain base column statistics kinds with implementedmergeStatistics()
method.class
Implementation ofCollectableColumnStatisticsKind
which contain base table statistics kinds with implementedmergeStatistics()
method.Constructors in org.apache.drill.metastore.statistics with parameters of type BaseStatisticsKindModifierConstructorDescriptionStatisticsHolder
(T statisticsValue, BaseStatisticsKind<?> statisticsKind)