public class TableStatistics extends Object
| Constructor and Description |
|---|
TableStatistics(Schema schema,
boolean[] columnStatsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeField(int idx,
Tuple tuple) |
long |
getNumBytes() |
long |
getNumRows() |
Schema |
getSchema() |
TableStats |
getTableStat() |
void |
incrementRow() |
void |
incrementRows(long num) |
void |
setNumBytes(long bytes) |
public TableStatistics(Schema schema, boolean[] columnStatsEnabled)
public Schema getSchema()
public void incrementRow()
public void incrementRows(long num)
public long getNumRows()
public void setNumBytes(long bytes)
public long getNumBytes()
public void analyzeField(int idx,
Tuple tuple)
public TableStats getTableStat()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.