| Package | Description |
|---|---|
| com.facebook.presto.spi.statistics |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatisticType |
ColumnStatisticMetadata.getStatisticType() |
static ColumnStatisticType |
ColumnStatisticType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnStatisticType[] |
ColumnStatisticType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnStatisticMetadata(String columnName,
ColumnStatisticType statisticType) |
Copyright © 2012–2022. All rights reserved.