Package org.apache.gravitino.stats
Class StatisticValues.DoubleValue
java.lang.Object
org.apache.gravitino.stats.StatisticValues.DoubleValue
- All Implemented Interfaces:
StatisticValue<Double>
- Enclosing class:
- StatisticValues
A statistic value that holds a Double value.
-
Method Summary
-
Method Details
-
value
Description copied from interface:StatisticValueReturns the value of the statistic.- Specified by:
valuein interfaceStatisticValue<Double>- Returns:
- the value of the statistic
-
dataType
Description copied from interface:StatisticValueReturns the data type of the statistic value.- Specified by:
dataTypein interfaceStatisticValue<Double>- Returns:
- the data type of the statistic value
-
hashCode
public int hashCode() -
equals
-