public interface DoubleColumnStatistics extends ColumnStatistics
| Modifier and Type | Method and Description | 
|---|---|
| double | getMaximum()Get the largest value in the column. | 
| double | getMinimum()Get the smallest value in the column. | 
| double | getSum()Get the sum of the values in the column. | 
getBytesOnDisk, getNumberOfValues, hasNulldouble getMinimum()
double getMaximum()
double getSum()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.