Uses of Class
io.trino.plugin.hive.metastore.IntegerStatistics
Packages that use IntegerStatistics
-
Uses of IntegerStatistics in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type IntegerStatisticsMethods in io.trino.plugin.hive.metastore with parameters of type IntegerStatisticsModifier and TypeMethodDescriptionHiveColumnStatistics.Builder.setIntegerStatistics(IntegerStatistics integerStatistics) Method parameters in io.trino.plugin.hive.metastore with type arguments of type IntegerStatisticsModifier and TypeMethodDescriptionHiveColumnStatistics.Builder.setIntegerStatistics(Optional<IntegerStatistics> integerStatistics) Constructor parameters in io.trino.plugin.hive.metastore with type arguments of type IntegerStatisticsModifierConstructorDescriptionHiveColumnStatistics(Optional<IntegerStatistics> integerStatistics, Optional<DoubleStatistics> doubleStatistics, Optional<DecimalStatistics> decimalStatistics, Optional<DateStatistics> dateStatistics, Optional<BooleanStatistics> booleanStatistics, OptionalLong maxValueSizeInBytes, OptionalLong totalSizeInBytes, OptionalLong nullsCount, OptionalLong distinctValuesCount)