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