Package io.trino.cost
Class SymbolStatsEstimate.Builder
java.lang.Object
io.trino.cost.SymbolStatsEstimate.Builder
- Enclosing class:
SymbolStatsEstimate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setAverageRowSize(double averageRowSize) setDistinctValuesCount(double distinctValuesCount) setHighValue(double highValue) setLowValue(double lowValue) setNullsFraction(double nullsFraction) setStatisticsRange(StatisticRange range)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setStatisticsRange
-
setLowValue
-
setHighValue
-
setNullsFraction
-
setAverageRowSize
-
setDistinctValuesCount
-
build
-