public interface IntegerColumnStatistics extends ColumnStatistics
| Modifier and Type | Method and Description | 
|---|---|
| long | getMaximum()Get the largest value in the column. | 
| long | getMinimum()Get the smallest value in the column. | 
| long | getSum()Get the sum of the column. | 
| boolean | isSumDefined()Is the sum defined? If the sum overflowed the counter this will be false. | 
getBytesOnDisk, getNumberOfValues, hasNulllong getMinimum()
long getMaximum()
boolean isSumDefined()
long getSum()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.