Package io.trino.orc.metadata.statistics
Class DoubleStatistics
java.lang.Object
io.trino.orc.metadata.statistics.DoubleStatistics
- All Implemented Interfaces:
RangeStatistics<Double>,StatisticsHasher.Hashable
public class DoubleStatistics
extends Object
implements RangeStatistics<Double>, StatisticsHasher.Hashable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
DOUBLE_VALUE_BYTES
public static final long DOUBLE_VALUE_BYTES- See Also:
-
-
Constructor Details
-
DoubleStatistics
-
-
Method Details
-
getMin
- Specified by:
getMinin interfaceRangeStatistics<Double>
-
getMax
- Specified by:
getMaxin interfaceRangeStatistics<Double>
-
getRetainedSizeInBytes
public long getRetainedSizeInBytes()- Specified by:
getRetainedSizeInBytesin interfaceRangeStatistics<Double>
-
equals
-
hashCode
public int hashCode() -
toString
-
addHash
- Specified by:
addHashin interfaceStatisticsHasher.Hashable
-