|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DoubleColumnStatistics
Statistics for float and double columns.
| Method Summary | |
|---|---|
double |
getMaximum()
Get the largest value in the column. |
double |
getMinimum()
Get the smallest value in the column. |
double |
getSum()
Get the sum of the values in the column. |
| Methods inherited from interface org.apache.hadoop.hive.ql.io.orc.ColumnStatistics |
|---|
getNumberOfValues |
| Method Detail |
|---|
double getMinimum()
double getMaximum()
double getSum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||