Package io.trino.sql.tree
Class CurrentUser
java.lang.Object
io.trino.sql.tree.Node
io.trino.sql.tree.Expression
io.trino.sql.tree.CurrentUser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R,
C> R accept
(AstVisitor<R, C> visitor, C context) Accessible forAstVisitor
, useAstVisitor.process(Node, Object)
instead.boolean
int
hashCode()
boolean
shallowEquals
(Node other) Compare with another node by considering internal state excluding any Node returned by getChildren()Methods inherited from class io.trino.sql.tree.Expression
toString
Methods inherited from class io.trino.sql.tree.Node
getLocation
-
Constructor Details
-
CurrentUser
public CurrentUser() -
CurrentUser
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in classNode
-
accept
Description copied from class:Expression
Accessible forAstVisitor
, useAstVisitor.process(Node, Object)
instead.- Overrides:
accept
in classExpression
-
hashCode
public int hashCode() -
equals
-
shallowEquals
Description copied from class:Node
Compare with another node by considering internal state excluding any Node returned by getChildren()- Overrides:
shallowEquals
in classNode
-