public class OutputStatsRule extends Object implements ComposableStatsCalculator.Rule<OutputNode>
Constructor and Description |
---|
OutputStatsRule() |
Modifier and Type | Method and Description |
---|---|
Optional<PlanNodeStatsEstimate> |
calculate(OutputNode node,
StatsProvider sourceStats,
Lookup lookup,
Session session,
TypeProvider types) |
Pattern<OutputNode> |
getPattern() |
public Pattern<OutputNode> getPattern()
getPattern
in interface ComposableStatsCalculator.Rule<OutputNode>
public Optional<PlanNodeStatsEstimate> calculate(OutputNode node, StatsProvider sourceStats, Lookup lookup, Session session, TypeProvider types)
calculate
in interface ComposableStatsCalculator.Rule<OutputNode>
Copyright © 2012–2022. All rights reserved.