public class UnionStatsRule extends SimpleStatsRule<UnionNode>
| Constructor and Description |
|---|
UnionStatsRule(StatsNormalizer normalizer) |
| Modifier and Type | Method and Description |
|---|---|
protected Optional<PlanNodeStatsEstimate> |
doCalculate(UnionNode node,
StatsProvider statsProvider,
Lookup lookup,
Session session,
TypeProvider types) |
Pattern<UnionNode> |
getPattern() |
calculatepublic UnionStatsRule(StatsNormalizer normalizer)
protected final Optional<PlanNodeStatsEstimate> doCalculate(UnionNode node, StatsProvider statsProvider, Lookup lookup, Session session, TypeProvider types)
doCalculate in class SimpleStatsRule<UnionNode>Copyright © 2012–2019. All rights reserved.