Uses of Class
io.trino.cost.SymbolStatsEstimate.Builder
Packages that use SymbolStatsEstimate.Builder
-
Uses of SymbolStatsEstimate.Builder in io.trino.cost
Methods in io.trino.cost that return SymbolStatsEstimate.BuilderModifier and TypeMethodDescriptionstatic SymbolStatsEstimate.BuilderSymbolStatsEstimate.builder()static SymbolStatsEstimate.BuilderSymbolStatsEstimate.buildFrom(SymbolStatsEstimate other) SymbolStatsEstimate.Builder.setAverageRowSize(double averageRowSize) SymbolStatsEstimate.Builder.setDistinctValuesCount(double distinctValuesCount) SymbolStatsEstimate.Builder.setHighValue(double highValue) SymbolStatsEstimate.Builder.setLowValue(double lowValue) SymbolStatsEstimate.Builder.setNullsFraction(double nullsFraction) SymbolStatsEstimate.Builder.setStatisticsRange(StatisticRange range)