Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.statistics |
Modifier and Type | Field and Description |
---|---|
protected TableStats |
TableDesc.stats |
Modifier and Type | Method and Description |
---|---|
TableStats |
TableDesc.getStats() |
Modifier and Type | Method and Description |
---|---|
void |
TableDesc.setStats(TableStats stats) |
Modifier and Type | Method and Description |
---|---|
static TableStats |
StatisticsUtil.aggregateTableStat(List<TableStats> tableStatses) |
Modifier and Type | Method and Description |
---|---|
static void |
StatisticsUtil.aggregateTableStat(TableStats result,
TableStats stats)
Aggregate one table stats and accumulated stats, and then store it to the result stats.
|
void |
TableStats.merge(TableStats stat) |
void |
TableStats.setValues(TableStats stat) |
Modifier and Type | Method and Description |
---|---|
static TableStats |
StatisticsUtil.aggregateTableStat(List<TableStats> tableStatses) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.