Uses of Class
io.prestosql.sql.tree.CurrentPath
-
Packages that use CurrentPath Package Description io.prestosql.sql io.prestosql.sql.tree -
-
Uses of CurrentPath in io.prestosql.sql
Methods in io.prestosql.sql with parameters of type CurrentPath Modifier and Type Method Description protected java.lang.StringExpressionFormatter.Formatter. visitCurrentPath(CurrentPath node, java.lang.Void context) -
Uses of CurrentPath in io.prestosql.sql.tree
Methods in io.prestosql.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)
-