Uses of Class
io.trino.orc.metadata.statistics.DoubleStatistics
-
Packages that use DoubleStatistics Package Description io.trino.orc.metadata.statistics -
-
Uses of DoubleStatistics in io.trino.orc.metadata.statistics
Methods in io.trino.orc.metadata.statistics that return DoubleStatistics Modifier and Type Method Description DoubleStatisticsColumnStatistics. getDoubleStatistics()Methods in io.trino.orc.metadata.statistics that return types with arguments of type DoubleStatistics Modifier and Type Method Description static Optional<DoubleStatistics>DoubleStatisticsBuilder. mergeDoubleStatistics(List<ColumnStatistics> stats)Constructors in io.trino.orc.metadata.statistics with parameters of type DoubleStatistics 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)
-