public interface DateColumnStatistics extends ColumnStatistics
| Modifier and Type | Method and Description | 
|---|---|
| Date | getMaximum()Deprecated. 
 Use #getMaximumLocalDate instead | 
| long | getMaximumDayOfEpoch()Get the maximum value for the column. | 
| ChronoLocalDate | getMaximumLocalDate()Get the maximum value for the column. | 
| Date | getMinimum()Deprecated. 
 Use #getMinimumLocalDate instead | 
| long | getMinimumDayOfEpoch()Get the minimum value for the column. | 
| ChronoLocalDate | getMinimumLocalDate()Get the minimum value for the column. | 
getBytesOnDisk, getNumberOfValues, hasNullChronoLocalDate getMinimumLocalDate()
long getMinimumDayOfEpoch()
ChronoLocalDate getMaximumLocalDate()
long getMaximumDayOfEpoch()
Date getMinimum()
Date getMaximum()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.