Uses of Class
io.trino.sql.tree.QualifiedName
-
Packages that use QualifiedName Package Description io.trino.sql io.trino.sql.tree -
-
Uses of QualifiedName in io.trino.sql
Methods in io.trino.sql with parameters of type QualifiedName Modifier and Type Method Description static TableQueryUtil. table(QualifiedName name) -
Uses of QualifiedName in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type QualifiedName Modifier and Type Method Description Optional<QualifiedName>QualifiedName. getPrefix()For an identifier of the form "a.b.c.d", returns "a.b.c" For an identifier of the form "a", returns absentOptional<QualifiedName>ShowTables. getSchema()Optional<QualifiedName>ShowGrants. getTableName()Methods in io.trino.sql.tree with parameters of type QualifiedName Modifier and Type Method Description static ExpressionDereferenceExpression. from(QualifiedName name)booleanQualifiedName. hasSuffix(QualifiedName suffix)Constructor parameters in io.trino.sql.tree with type arguments of type QualifiedName Constructor Description GroupingOperation(Optional<NodeLocation> location, List<QualifiedName> groupingColumns)ShowGrants(boolean table, Optional<QualifiedName> tableName)ShowGrants(NodeLocation location, boolean table, Optional<QualifiedName> tableName)ShowTables(NodeLocation location, Optional<QualifiedName> schema, Optional<String> likePattern, Optional<String> escape)ShowTables(Optional<QualifiedName> schema, Optional<String> likePattern, Optional<String> escape)
-