Class PushPredicateIntoTableScan

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

public class PushPredicateIntoTableScan extends Object implements Rule<FilterNode>
These rules should not be run after AddExchanges so as not to overwrite the TableLayout chosen by AddExchanges