Uses of Class
io.trino.sql.planner.iterative.rule.ExpressionRewriteRuleSet
Packages that use ExpressionRewriteRuleSet
-
Uses of ExpressionRewriteRuleSet in io.trino.sql.planner.iterative.rule
Subclasses of ExpressionRewriteRuleSet in io.trino.sql.planner.iterative.ruleModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassTransforms expressions of the formclassFlattens and removes duplicate conjuncts or disjuncts.classclassGiven s of type S, a constant expression t of type T, and when an implicit cast exists between S->T, converts expression of the form:classTransforms expressions of the formROW(x, y)[1]toxandCAST(ROW(x, y) AS row(f1 type1, f2 type2))[1]toCAST(x AS type1)