public class StatsNormalizer extends Object
| Constructor and Description |
|---|
StatsNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
PlanNodeStatsEstimate |
normalize(PlanNodeStatsEstimate stats,
Collection<Symbol> outputSymbols,
TypeProvider types) |
PlanNodeStatsEstimate |
normalize(PlanNodeStatsEstimate stats,
TypeProvider types) |
public PlanNodeStatsEstimate normalize(PlanNodeStatsEstimate stats, TypeProvider types)
public PlanNodeStatsEstimate normalize(PlanNodeStatsEstimate stats, Collection<Symbol> outputSymbols, TypeProvider types)
Copyright © 2012–2019. All rights reserved.