| Package | Description |
|---|---|
| com.facebook.presto.tpch.statistics |
| Modifier and Type | Method and Description |
|---|---|
static ColumnStatisticsData |
ColumnStatisticsData.empty() |
static ColumnStatisticsData |
ColumnStatisticsData.zero() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ColumnStatisticsData> |
TableStatisticsData.getColumns() |
| Constructor and Description |
|---|
TableStatisticsData(long rowCount,
Map<String,ColumnStatisticsData> columns) |
Copyright © 2012–2022. All rights reserved.