| Package | Description |
|---|---|
| io.prestosql.plugin.hive.metastore |
| Modifier and Type | Method and Description |
|---|---|
Optional<BooleanStatistics> |
HiveColumnStatistics.getBooleanStatistics() |
| Modifier and Type | Method and Description |
|---|---|
HiveColumnStatistics.Builder |
HiveColumnStatistics.Builder.setBooleanStatistics(BooleanStatistics booleanStatistics) |
| Modifier and Type | Method and Description |
|---|---|
HiveColumnStatistics.Builder |
HiveColumnStatistics.Builder.setBooleanStatistics(Optional<BooleanStatistics> booleanStatistics) |
| 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–2019. All rights reserved.