| Package | Description |
|---|---|
| io.prestosql.plugin.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
Optional<IntegerStatistics> |
HiveColumnStatistics.getIntegerStatistics() |
| Modifier and Type | Method and Description |
|---|---|
HiveColumnStatistics.Builder |
HiveColumnStatistics.Builder.setIntegerStatistics(IntegerStatistics integerStatistics) |
| Modifier and Type | Method and Description |
|---|---|
HiveColumnStatistics.Builder |
HiveColumnStatistics.Builder.setIntegerStatistics(Optional<IntegerStatistics> integerStatistics) |
| Constructor and Description |
|---|
HiveColumnStatistics(Optional<IntegerStatistics> integerStatistics,
Optional<DoubleStatistics> doubleStatistics,
Optional<DecimalStatistics> decimalStatistics,
Optional<DateStatistics> dateStatistics,
Optional<BooleanStatistics> booleanStatistics,
OptionalLong maxValueSizeInBytes,
OptionalLong totalSizeInBytes,
OptionalLong nullsCount,
OptionalLong distinctValuesCount) |
Copyright © 2012–2020. All rights reserved.