Uses of Record Class
io.trino.plugin.hive.metastore.file.ColumnStatistics.IntegerStatistics
Packages that use ColumnStatistics.IntegerStatistics
-
Uses of ColumnStatistics.IntegerStatistics in io.trino.plugin.hive.metastore.file
Methods in io.trino.plugin.hive.metastore.file that return types with arguments of type ColumnStatistics.IntegerStatisticsModifier and TypeMethodDescriptionColumnStatistics.integerStatistics()Returns the value of theintegerStatisticsrecord component.Constructor parameters in io.trino.plugin.hive.metastore.file with type arguments of type ColumnStatistics.IntegerStatisticsModifierConstructorDescriptionColumnStatistics(Optional<ColumnStatistics.IntegerStatistics> integerStatistics, Optional<ColumnStatistics.DoubleStatistics> doubleStatistics, Optional<ColumnStatistics.DecimalStatistics> decimalStatistics, Optional<ColumnStatistics.DateStatistics> dateStatistics, Optional<ColumnStatistics.BooleanStatistics> booleanStatistics, OptionalLong maxValueSizeInBytes, OptionalDouble averageColumnLength, OptionalLong totalSizeInBytes, OptionalLong nullsCount, OptionalLong distinctValuesCount) Creates an instance of aColumnStatisticsrecord class.