Package io.trino.orc.metadata.statistics
Interface RangeStatistics<T>
-
- All Known Implementing Classes:
DateStatistics,DecimalStatistics,DoubleStatistics,IntegerStatistics,StringStatistics,TimestampStatistics
public interface RangeStatistics<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetMax()TgetMin()longgetRetainedSizeInBytes()
-