Package io.trino.cost
Class PlanNodeStatsEstimate.Builder
java.lang.Object
io.trino.cost.PlanNodeStatsEstimate.Builder
- Enclosing class:
PlanNodeStatsEstimate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSymbolStatistics(Symbol symbol, SymbolStatsEstimate statistics) addSymbolStatistics(Map<Symbol, SymbolStatsEstimate> symbolStatistics) build()removeSymbolStatistics(Symbol symbol) setOutputRowCount(double outputRowCount)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setOutputRowCount
-
addSymbolStatistics
public PlanNodeStatsEstimate.Builder addSymbolStatistics(Symbol symbol, SymbolStatsEstimate statistics) -
addSymbolStatistics
public PlanNodeStatsEstimate.Builder addSymbolStatistics(Map<Symbol, SymbolStatsEstimate> symbolStatistics) -
removeSymbolStatistics
-
build
-