Package io.trino.sql.planner
Class EffectivePredicateExtractor
java.lang.Object
io.trino.sql.planner.EffectivePredicateExtractor
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 Summary
ConstructorsConstructorDescriptionEffectivePredicateExtractor(PlannerContext plannerContext, boolean useTableProperties) -
Method Summary
-
Constructor Details
-
EffectivePredicateExtractor
-
-
Method Details
-
extract
-