Class StatisticsHolder<T>
java.lang.Object
org.apache.drill.metastore.statistics.StatisticsHolder<T>
- Type Parameters:
T
- Type of statistics value
Class-holder for statistics kind and its value.
-
Constructor Summary
ConstructorDescriptionStatisticsHolder
(T statisticsValue, BaseStatisticsKind<?> statisticsKind) StatisticsHolder
(T statisticsValue, StatisticsKind<?> statisticsKind) -
Method Summary