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. | 
getBytesOnDisk, getNumberOfValues, hasNullHiveDecimal getMinimum()
HiveDecimal getMaximum()
HiveDecimal getSum()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.