public interface DecimalColumnStatistics extends ColumnStatistics
Modifier and Type | Method and Description |
---|---|
HiveDecimal |
getMaximum()
Get the maximum value for the column.
|
HiveDecimal |
getMinimum()
Get the minimum value for the column.
|
HiveDecimal |
getSum()
Get the sum of the values of the column.
|
getNumberOfValues, hasNull
HiveDecimal getMinimum()
HiveDecimal getMaximum()
HiveDecimal getSum()
Copyright © 2017 The Apache Software Foundation. All rights reserved.