Package io.trino.sql.planner
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 PlanNodeNote: non-deterministic predicates cannot be pulled up (so they will be ignored)
-
-
Constructor Summary
Constructors Constructor Description EffectivePredicateExtractor(DomainTranslator domainTranslator, Metadata metadata, boolean useTableProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expressionextract(Session session, PlanNode node, TypeProvider types, TypeAnalyzer typeAnalyzer)
-
-
-
Constructor Detail
-
EffectivePredicateExtractor
public EffectivePredicateExtractor(DomainTranslator domainTranslator, Metadata metadata, boolean useTableProperties)
-
-
Method Detail
-
extract
public Expression extract(Session session, PlanNode node, TypeProvider types, TypeAnalyzer typeAnalyzer)
-
-