Package io.trino.cost
Class UnionStatsRule
- All Implemented Interfaces:
ComposableStatsCalculator.Rule<UnionNode>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final Optional<PlanNodeStatsEstimate> doCalculate(UnionNode node, StatsCalculator.Context context) Methods inherited from class io.trino.cost.SimpleStatsRule
calculate
-
Constructor Details
-
UnionStatsRule
-
-
Method Details
-
getPattern
-
doCalculate
protected final Optional<PlanNodeStatsEstimate> doCalculate(UnionNode node, StatsCalculator.Context context) - Specified by:
doCalculatein classSimpleStatsRule<UnionNode>
-