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