Uses of Class
io.trino.sql.tree.PathElement
-
Packages that use PathElement Package Description io.trino.sql.tree -
-
Uses of PathElement in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type PathElement Modifier and Type Method Description List<PathElement>PathSpecification. getPath()Methods in io.trino.sql.tree with parameters of type PathElement Modifier and Type Method Description protected RAstVisitor. visitPathElement(PathElement node, C context)Constructor parameters in io.trino.sql.tree with type arguments of type PathElement Constructor Description PathSpecification(NodeLocation location, List<PathElement> path)PathSpecification(Optional<NodeLocation> location, List<PathElement> path)
-