Uses of Class
io.trino.sql.tree.ExpressionRewriter
Packages that use ExpressionRewriter
-
Uses of ExpressionRewriter in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type ExpressionRewriterModifier and TypeMethodDescriptionstatic <C,T extends Expression>
TExpressionTreeRewriter.rewriteWith(ExpressionRewriter<C> rewriter, T node, C context) static <T extends Expression>
TExpressionTreeRewriter.rewriteWith(ExpressionRewriter<Void> rewriter, T node) Constructors in io.trino.sql.tree with parameters of type ExpressionRewriter