public class LookupPruneFilters extends PruneFilters
Lookup-specific variant of PruneFilters. When a filter condition evaluates to false and the filter's subtree contains a ParameterizedQuery, marks it as emptyResult=true instead of collapsing the entire plan to a LocalRelation. This preserves the plan structure so the LookupExecutionPlanner can still build the operator chain.