Class EffectivePredicateExtractor

java.lang.Object
io.trino.sql.planner.EffectivePredicateExtractor

public class EffectivePredicateExtractor extends Object
Computes the effective predicate at the top of the specified PlanNode

Note: non-deterministic predicates cannot be pulled up (so they will be ignored)

  • Constructor Details

    • EffectivePredicateExtractor

      public EffectivePredicateExtractor(PlannerContext plannerContext, boolean useTableProperties)
  • Method Details