public class ByteColumnStats extends Object implements ColumnStats
Constructor and Description |
---|
ByteColumnStats() |
Modifier and Type | Method and Description |
---|---|
org.apache.spark.sql.catalyst.expressions.Row |
collectedStatistics()
Column statistics represented as a single row, currently including closed lower bound, closed
upper bound and null count.
|
void |
gatherStats(org.apache.spark.sql.catalyst.expressions.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(org.apache.spark.sql.catalyst.expressions.Row row, int ordinal)
ColumnStats
row(ordinal)
.gatherStats
in interface ColumnStats
public org.apache.spark.sql.catalyst.expressions.Row collectedStatistics()
ColumnStats
collectedStatistics
in interface ColumnStats