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