Class RemoveAggregationInSemiJoin

java.lang.Object
io.trino.sql.planner.iterative.rule.RemoveAggregationInSemiJoin
All Implemented Interfaces:
Rule<SemiJoinNode>

public class RemoveAggregationInSemiJoin extends Object implements Rule<SemiJoinNode>
Remove the aggregation node that produces distinct rows from the Filtering source of a Semi join.