public interface DecimalColumnStatistics extends ColumnStatistics
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hive.common.type.HiveDecimal |
getMaximum()
Get the maximum value for the column.
|
org.apache.hadoop.hive.common.type.HiveDecimal |
getMinimum()
Get the minimum value for the column.
|
org.apache.hadoop.hive.common.type.HiveDecimal |
getSum()
Get the sum of the values of the column.
|
getBytesOnDisk, getNumberOfValues, hasNullorg.apache.hadoop.hive.common.type.HiveDecimal getMinimum()
org.apache.hadoop.hive.common.type.HiveDecimal getMaximum()
org.apache.hadoop.hive.common.type.HiveDecimal getSum()
Copyright © 2013–2024 The Apache Software Foundation. All rights reserved.