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