Package io.trino.cost

Class SimpleFilterProjectSemiJoinStatsRule

java.lang.Object
io.trino.cost.SimpleStatsRule<FilterNode>
io.trino.cost.SimpleFilterProjectSemiJoinStatsRule
All Implemented Interfaces:
ComposableStatsCalculator.Rule<FilterNode>

public class SimpleFilterProjectSemiJoinStatsRule extends SimpleStatsRule<FilterNode>
It is not yet proven whether this heuristic is any better or worse. Either this rule will be enhanced in the future or it will be dropped altogether.