public interface TimestampColumnStatistics extends ColumnStatistics
| Modifier and Type | Method and Description | 
|---|---|
| Timestamp | getMaximum()Get the maximum value for the column. | 
| Timestamp | getMaximumUTC()Get the maximum value for the column in UTC. | 
| Timestamp | getMinimum()Get the minimum value for the column. | 
| Timestamp | getMinimumUTC()Get the minimum value for the column in UTC. | 
getBytesOnDisk, getNumberOfValues, hasNullTimestamp getMinimum()
Timestamp getMaximum()
Timestamp getMinimumUTC()
Timestamp getMaximumUTC()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.