Package io.trino.orc.metadata.statistics
Class BooleanStatistics
java.lang.Object
io.trino.orc.metadata.statistics.BooleanStatistics
- All Implemented Interfaces:
StatisticsHasher.Hashable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddHash(StatisticsHasher hasher) booleanlonglonginthashCode()toString()
-
Field Details
-
BOOLEAN_VALUE_BYTES
public static final long BOOLEAN_VALUE_BYTES- See Also:
-
-
Constructor Details
-
BooleanStatistics
public BooleanStatistics(long trueValueCount)
-
-
Method Details
-
getTrueValueCount
public long getTrueValueCount() -
getRetainedSizeInBytes
public long getRetainedSizeInBytes() -
equals
-
hashCode
public int hashCode() -
toString
-
addHash
- Specified by:
addHashin interfaceStatisticsHasher.Hashable
-