Uses of Class
io.trino.sql.tree.PathSpecification
-
Packages that use PathSpecification Package Description io.trino.sql.parser io.trino.sql.tree -
-
Uses of PathSpecification in io.trino.sql.parser
Methods in io.trino.sql.parser that return PathSpecification Modifier and Type Method Description PathSpecificationSqlParser. createPathSpecification(String expression) -
Uses of PathSpecification in io.trino.sql.tree
Methods in io.trino.sql.tree that return PathSpecification Modifier and Type Method Description PathSpecificationSetPath. getPathSpecification()Methods in io.trino.sql.tree with parameters of type PathSpecification Modifier and Type Method Description protected RAstVisitor. visitPathSpecification(PathSpecification node, C context)Constructors in io.trino.sql.tree with parameters of type PathSpecification Constructor Description SetPath(NodeLocation location, PathSpecification pathSpecification)SetPath(PathSpecification pathSpecification)
-