public class IntColumnStats extends Object implements ColumnStats
Constructor and Description |
---|
IntColumnStats() |
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, wait
count, nullCount, sizeInBytes
public void gatherStats(Row row, int ordinal)
ColumnStats
row(ordinal)
.gatherStats
in interface ColumnStats
public Row collectedStatistics()
ColumnStats
collectedStatistics
in interface ColumnStats