|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IntegerColumnStatistics
Statistics for all of the integer columns, such as byte, short, int, and long.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.hadoop.hive.ql.io.orc.ColumnStatistics |
|---|
getNumberOfValues |
| Method Detail |
|---|
long getMinimum()
long getMaximum()
boolean isSumDefined()
long getSum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||