Class BaseStatisticsKind<T>
java.lang.Object
org.apache.drill.metastore.statistics.BaseStatisticsKind<T>
- All Implemented Interfaces:
- StatisticsKind<T>
- Direct Known Subclasses:
- ColumnStatisticsKind,- TableStatisticsKind
Implementation of 
StatisticsKind which contain base
 table statistics kinds with implemented mergeStatistics() method.- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
statisticKey
- 
exactprotected final boolean exact
 
- 
- 
Constructor Details- 
BaseStatisticsKind
 
- 
- 
Method Details- 
getNameDescription copied from interface:StatisticsKindReturns name which corresponds to the statistics.- Specified by:
- getNamein interface- StatisticsKind<T>
- Returns:
- statistic kind name
 
- 
isExactpublic boolean isExact()- Specified by:
- isExactin interface- StatisticsKind<T>
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-