public static final class PlanNodeStatsEstimate.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeStatsEstimate.Builder |
addSymbolStatistics(Map<Symbol,SymbolStatsEstimate> symbolStatistics) |
PlanNodeStatsEstimate.Builder |
addSymbolStatistics(Symbol symbol,
SymbolStatsEstimate statistics) |
PlanNodeStatsEstimate |
build() |
PlanNodeStatsEstimate.Builder |
removeSymbolStatistics(Symbol symbol) |
PlanNodeStatsEstimate.Builder |
setOutputRowCount(double outputRowCount) |
public PlanNodeStatsEstimate.Builder setOutputRowCount(double outputRowCount)
public PlanNodeStatsEstimate.Builder addSymbolStatistics(Symbol symbol, SymbolStatsEstimate statistics)
public PlanNodeStatsEstimate.Builder addSymbolStatistics(Map<Symbol,SymbolStatsEstimate> symbolStatistics)
public PlanNodeStatsEstimate.Builder removeSymbolStatistics(Symbol symbol)
public PlanNodeStatsEstimate build()
Copyright © 2012–2019. All rights reserved.