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