| Package | Description |
|---|---|
| com.facebook.presto.spi.statistics |
| Modifier and Type | Method and Description |
|---|---|
static TableStatisticType |
TableStatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableStatisticType[] |
TableStatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<TableStatisticType> |
TableStatisticsMetadata.getTableStatistics() |
Map<TableStatisticType,Block> |
ComputedStatistics.getTableStatistics() |
| Modifier and Type | Method and Description |
|---|---|
ComputedStatistics.Builder |
ComputedStatistics.Builder.addTableStatistic(TableStatisticType type,
Block value) |
| Constructor and Description |
|---|
TableStatisticsMetadata(Set<ColumnStatisticMetadata> columnStatistics,
Set<TableStatisticType> tableStatistics,
List<String> groupingColumns) |
Copyright © 2012–2022. All rights reserved.