Uses of Class
io.trino.orc.metadata.statistics.IntegerStatistics
Packages that use IntegerStatistics
-
Uses of IntegerStatistics in io.trino.orc.metadata.statistics
Methods in io.trino.orc.metadata.statistics that return IntegerStatisticsMethods in io.trino.orc.metadata.statistics that return types with arguments of type IntegerStatisticsModifier and TypeMethodDescriptionstatic Optional<IntegerStatistics> IntegerStatisticsBuilder.mergeIntegerStatistics(List<ColumnStatistics> stats) Constructors in io.trino.orc.metadata.statistics with parameters of type IntegerStatisticsModifierConstructorDescriptionColumnStatistics(Long numberOfValues, long minAverageValueSizeInBytes, BooleanStatistics booleanStatistics, IntegerStatistics integerStatistics, DoubleStatistics doubleStatistics, Long numberOfNanValues, StringStatistics stringStatistics, DateStatistics dateStatistics, TimestampStatistics timestampStatistics, DecimalStatistics decimalStatistics, BinaryStatistics binaryStatistics, BloomFilter bloomFilter)