public class ShortColumnStats extends Object implements ColumnStats
| Constructor and Description |
|---|
ShortColumnStats() |
| Modifier and Type | Method and Description |
|---|---|
Row |
collectedStatistics()
Column statistics represented as a single row, currently including closed lower bound, closed
upper bound and null count.
|
void |
gatherStats(Row row,
int ordinal)
Gathers statistics information from
row(ordinal). |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, nullCount, sizeInBytespublic void gatherStats(Row row, int ordinal)
ColumnStatsrow(ordinal).gatherStats in interface ColumnStatspublic Row collectedStatistics()
ColumnStatscollectedStatistics in interface ColumnStats