Uses of Class
io.trino.cost.StatisticRange
Packages that use StatisticRange
-
Uses of StatisticRange in io.trino.cost
Methods in io.trino.cost that return StatisticRangeModifier and TypeMethodDescriptionStatisticRange.addAndCollapseDistinctValues(StatisticRange other) StatisticRange.addAndMaxDistinctValues(StatisticRange other) StatisticRange.addAndSumDistinctValues(StatisticRange other) static StatisticRangeStatisticRange.empty()static StatisticRangeStatisticRange.from(SymbolStatsEstimate estimate) StatisticRange.intersect(StatisticRange other) SymbolStatsEstimate.statisticRange()Methods in io.trino.cost with parameters of type StatisticRangeModifier and TypeMethodDescriptionStatisticRange.addAndCollapseDistinctValues(StatisticRange other) StatisticRange.addAndMaxDistinctValues(StatisticRange other) StatisticRange.addAndSumDistinctValues(StatisticRange other) StatisticRange.intersect(StatisticRange other) doubleStatisticRange.overlapPercentWith(StatisticRange other) SymbolStatsEstimate.Builder.setStatisticsRange(StatisticRange range)