Uses of Class
io.trino.sql.tree.CurrentPath
-
Packages that use CurrentPath Package Description io.trino.sql io.trino.sql.tree -
-
Uses of CurrentPath in io.trino.sql
Methods in io.trino.sql with parameters of type CurrentPath Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitCurrentPath(CurrentPath node, Void context) -
Uses of CurrentPath in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type CurrentPath Modifier and Type Method Description ExpressionExpressionRewriter. rewriteCurrentPath(CurrentPath node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitCurrentPath(CurrentPath node, C context)
-