Package io.trino.plugin.hive.metastore
Class HiveColumnStatistics.Builder
java.lang.Object
io.trino.plugin.hive.metastore.HiveColumnStatistics.Builder
- Enclosing class:
- HiveColumnStatistics
-
Method Summary
Modifier and TypeMethodDescriptionbuild()setBooleanStatistics(BooleanStatistics booleanStatistics) setBooleanStatistics(Optional<BooleanStatistics> booleanStatistics) setDateStatistics(DateStatistics dateStatistics) setDateStatistics(Optional<DateStatistics> dateStatistics) setDecimalStatistics(DecimalStatistics decimalStatistics) setDecimalStatistics(Optional<DecimalStatistics> decimalStatistics) setDistinctValuesCount(long distinctValuesCount) setDistinctValuesCount(OptionalLong distinctValuesCount) setDoubleStatistics(DoubleStatistics doubleStatistics) setDoubleStatistics(Optional<DoubleStatistics> doubleStatistics) setIntegerStatistics(IntegerStatistics integerStatistics) setIntegerStatistics(Optional<IntegerStatistics> integerStatistics) setMaxValueSizeInBytes(long maxValueSizeInBytes) setMaxValueSizeInBytes(OptionalLong maxValueSizeInBytes) setNullsCount(long nullsCount) setNullsCount(OptionalLong nullsCount) setTotalSizeInBytes(long totalSizeInBytes) setTotalSizeInBytes(OptionalLong totalSizeInBytes)
-
Method Details
-
setIntegerStatistics
public HiveColumnStatistics.Builder setIntegerStatistics(Optional<IntegerStatistics> integerStatistics) -
setIntegerStatistics
-
setDoubleStatistics
public HiveColumnStatistics.Builder setDoubleStatistics(Optional<DoubleStatistics> doubleStatistics) -
setDoubleStatistics
-
setDecimalStatistics
public HiveColumnStatistics.Builder setDecimalStatistics(Optional<DecimalStatistics> decimalStatistics) -
setDecimalStatistics
-
setDateStatistics
-
setDateStatistics
-
setBooleanStatistics
public HiveColumnStatistics.Builder setBooleanStatistics(Optional<BooleanStatistics> booleanStatistics) -
setBooleanStatistics
-
setMaxValueSizeInBytes
-
setMaxValueSizeInBytes
-
setTotalSizeInBytes
-
setTotalSizeInBytes
-
setNullsCount
-
setNullsCount
-
setDistinctValuesCount
-
setDistinctValuesCount
-
build
-