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