Uses of Class
io.trino.sql.tree.PathElement
Packages that use PathElement
-
Uses of PathElement in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type PathElementMethods in io.trino.sql.tree with parameters of type PathElementModifier and TypeMethodDescriptionprotected RAstVisitor.visitPathElement(PathElement node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type PathElementModifierConstructorDescriptionPathSpecification(NodeLocation location, List<PathElement> path) PathSpecification(Optional<NodeLocation> location, List<PathElement> path)