Uses of Class
io.trino.plugin.hive.metastore.IntegerStatistics
-
Packages that use IntegerStatistics Package Description io.trino.plugin.hive.metastore -
-
Uses of IntegerStatistics in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return types with arguments of type IntegerStatistics Modifier and Type Method Description Optional<IntegerStatistics>HiveColumnStatistics. getIntegerStatistics()Methods in io.trino.plugin.hive.metastore with parameters of type IntegerStatistics Modifier and Type Method Description HiveColumnStatistics.BuilderHiveColumnStatistics.Builder. setIntegerStatistics(IntegerStatistics integerStatistics)Method parameters in io.trino.plugin.hive.metastore with type arguments of type IntegerStatistics Modifier and Type Method Description HiveColumnStatistics.BuilderHiveColumnStatistics.Builder. setIntegerStatistics(Optional<IntegerStatistics> integerStatistics)Constructor parameters in io.trino.plugin.hive.metastore with type arguments of type IntegerStatistics Constructor 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)
-