Uses of Class
io.trino.sql.tree.NodeLocation
-
Packages that use NodeLocation Package Description io.trino.sql.parser io.trino.sql.tree -
-
Uses of NodeLocation in io.trino.sql.parser
Constructors in io.trino.sql.parser with parameters of type NodeLocation Constructor Description ParsingException(String message, NodeLocation nodeLocation) -
Uses of NodeLocation in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type NodeLocation Modifier and Type Method Description Optional<NodeLocation>Node. getLocation()Methods in io.trino.sql.tree with parameters of type NodeLocation Modifier and Type Method Description static ArithmeticUnaryExpressionArithmeticUnaryExpression. negative(NodeLocation location, Expression value)static ArithmeticUnaryExpressionArithmeticUnaryExpression. positive(NodeLocation location, Expression value)
-