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