Uses of Class
io.trino.spi.statistics.DoubleRange
Packages that use DoubleRange
-
Uses of DoubleRange in io.trino.spi.statistics
Methods in io.trino.spi.statistics that return DoubleRangeModifier and TypeMethodDescriptionstatic DoubleRangeDoubleRange.union(DoubleRange first, DoubleRange second) Methods in io.trino.spi.statistics that return types with arguments of type DoubleRangeModifier and TypeMethodDescriptionstatic Optional<DoubleRange>Creates DoubleRange from Trino native representation.ColumnStatistics.getRange()Methods in io.trino.spi.statistics with parameters of type DoubleRangeModifier and TypeMethodDescriptionColumnStatistics.Builder.setRange(DoubleRange range) static DoubleRangeDoubleRange.union(DoubleRange first, DoubleRange second) Method parameters in io.trino.spi.statistics with type arguments of type DoubleRangeConstructor parameters in io.trino.spi.statistics with type arguments of type DoubleRangeModifierConstructorDescriptionColumnStatistics(Estimate nullsFraction, Estimate distinctValuesCount, Estimate dataSize, Optional<DoubleRange> range)