Class AddDynamicFilterSource

java.lang.Object
io.trino.sql.planner.iterative.rule.AddDynamicFilterSource

public final class AddDynamicFilterSource extends Object
For task retry mode, dynamic filters are removed from the JoinNode/SemiJoinNode and rewritten into a DynamicFilterSourceNode below the remote exchange on the build side of the join.
  • Method Details

    • rules

      public static Set<Rule<?>> rules()