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.
|
getNumberOfValues, hasNull
long getMinimum()
long getMaximum()
boolean isSumDefined()
long getSum()
Copyright © 2017 The Apache Software Foundation. All rights reserved.