Uses of Class
io.trino.sql.tree.QualifiedName
Packages that use QualifiedName
-
Uses of QualifiedName in io.trino.sql
Methods in io.trino.sql with parameters of type QualifiedNameConstructor parameters in io.trino.sql with type arguments of type QualifiedNameModifierConstructorDescriptionTreePrinter(IdentityHashMap<Expression, QualifiedName> resolvedNameReferences, PrintStream out) -
Uses of QualifiedName in io.trino.sql.tree
Methods in io.trino.sql.tree that return QualifiedNameModifier and TypeMethodDescriptionAddColumn.getName()Call.getName()Comment.getName()CreateMaterializedView.getName()CreateTable.getName()CreateTableAsSelect.getName()CreateView.getName()Deny.getName()DropMaterializedView.getName()DropView.getName()FunctionCall.getName()Grant.getName()RefreshMaterializedView.getName()ResetSession.getName()Revoke.getName()SetProperties.getName()SetSession.getName()ShowCreate.getName()Table.getName()static QualifiedNameDereferenceExpression.getQualifiedName(DereferenceExpression expression) If this DereferenceExpression looks like a QualifiedName, return QualifiedName.CreateSchema.getSchemaName()DropSchema.getSchemaName()RenameMaterializedView.getSource()RenameSchema.getSource()RenameTable.getSource()RenameView.getSource()SetAuthorizationStatement.getSource()DropColumn.getTable()RenameColumn.getTable()ShowColumns.getTable()Analyze.getTableName()DropTable.getTableName()LikeClause.getTableName()TruncateTable.getTableName()Insert.getTarget()RenameMaterializedView.getTarget()RenameTable.getTarget()RenameView.getTarget()static QualifiedNameQualifiedName.of(Iterable<Identifier> originalParts) static QualifiedNamestatic QualifiedNameMethods in io.trino.sql.tree that return types with arguments of type QualifiedNameModifier and TypeMethodDescriptionQualifiedName.getPrefix()For an identifier of the form "a.b.c.d", returns "a.b.c" For an identifier of the form "a", returns absentShowTables.getSchema()ShowGrants.getTableName()Methods in io.trino.sql.tree with parameters of type QualifiedNameModifier and TypeMethodDescriptionstatic ExpressionDereferenceExpression.from(QualifiedName name) booleanQualifiedName.hasSuffix(QualifiedName suffix) Constructors in io.trino.sql.tree with parameters of type QualifiedNameModifierConstructorDescriptionAddColumn(NodeLocation location, QualifiedName name, ColumnDefinition column, boolean tableExists, boolean columnNotExists) AddColumn(QualifiedName name, ColumnDefinition column, boolean tableExists, boolean columnNotExists) Analyze(NodeLocation location, QualifiedName tableName, List<Property> properties) Analyze(QualifiedName tableName, List<Property> properties) Call(NodeLocation location, QualifiedName name, List<CallArgument> arguments) Call(QualifiedName name, List<CallArgument> arguments) Call(Optional<NodeLocation> location, QualifiedName name, List<CallArgument> arguments) Comment(Comment.Type type, QualifiedName name, Optional<String> comment) Comment(NodeLocation location, Comment.Type type, QualifiedName name, Optional<String> comment) CreateMaterializedView(Optional<NodeLocation> location, QualifiedName name, Query query, boolean replace, boolean notExists, List<Property> properties, Optional<String> comment) CreateSchema(NodeLocation location, QualifiedName schemaName, boolean notExists, List<Property> properties, Optional<PrincipalSpecification> principal) CreateSchema(QualifiedName schemaName, boolean notExists, List<Property> properties) CreateSchema(QualifiedName schemaName, boolean notExists, List<Property> properties, Optional<PrincipalSpecification> principal) CreateTable(NodeLocation location, QualifiedName name, List<TableElement> elements, boolean notExists, List<Property> properties, Optional<String> comment) CreateTable(QualifiedName name, List<TableElement> elements, boolean notExists, List<Property> properties, Optional<String> comment) CreateTableAsSelect(NodeLocation location, QualifiedName name, Query query, boolean notExists, List<Property> properties, boolean withData, Optional<List<Identifier>> columnAliases, Optional<String> comment) CreateTableAsSelect(QualifiedName name, Query query, boolean notExists, List<Property> properties, boolean withData, Optional<List<Identifier>> columnAliases, Optional<String> comment) CreateView(NodeLocation location, QualifiedName name, Query query, boolean replace, Optional<String> comment, Optional<CreateView.Security> security) CreateView(QualifiedName name, Query query, boolean replace, Optional<String> comment, Optional<CreateView.Security> security) Deny(NodeLocation location, Optional<List<String>> privileges, Optional<GrantOnType> type, QualifiedName name, PrincipalSpecification grantee) Deny(Optional<List<String>> privileges, Optional<GrantOnType> type, QualifiedName name, PrincipalSpecification grantee) DropColumn(NodeLocation location, QualifiedName table, Identifier column, boolean tableExists, boolean columnExists) DropColumn(QualifiedName table, Identifier column, boolean tableExists, boolean columnExists) DropMaterializedView(NodeLocation location, QualifiedName name, boolean exists) DropMaterializedView(QualifiedName name, boolean exists) DropSchema(NodeLocation location, QualifiedName schemaName, boolean exists, boolean cascade) DropSchema(QualifiedName schemaName, boolean exists, boolean cascade) DropTable(NodeLocation location, QualifiedName tableName, boolean exists) DropTable(QualifiedName tableName, boolean exists) DropView(NodeLocation location, QualifiedName name, boolean exists) DropView(QualifiedName name, boolean exists) FunctionCall(NodeLocation location, QualifiedName name, List<Expression> arguments) FunctionCall(QualifiedName name, List<Expression> arguments) FunctionCall(Optional<NodeLocation> location, QualifiedName name, Optional<Window> window, Optional<Expression> filter, Optional<OrderBy> orderBy, boolean distinct, Optional<FunctionCall.NullTreatment> nullTreatment, Optional<ProcessingMode> processingMode, List<Expression> arguments) Grant(NodeLocation location, Optional<List<String>> privileges, Optional<GrantOnType> type, QualifiedName name, PrincipalSpecification grantee, boolean grantOption) Grant(Optional<List<String>> privileges, Optional<GrantOnType> type, QualifiedName name, PrincipalSpecification grantee, boolean grantOption) LikeClause(NodeLocation location, QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption) LikeClause(QualifiedName tableName, Optional<LikeClause.PropertiesOption> propertiesOption) RenameColumn(NodeLocation location, QualifiedName table, Identifier source, Identifier target, boolean tableExists, boolean columnExists) RenameColumn(QualifiedName table, Identifier source, Identifier target, boolean tableExists, boolean columnExists) RenameMaterializedView(NodeLocation location, QualifiedName source, QualifiedName target, boolean exists) RenameMaterializedView(QualifiedName source, QualifiedName target, boolean exists) RenameSchema(NodeLocation location, QualifiedName source, Identifier target) RenameSchema(QualifiedName source, Identifier target) RenameTable(NodeLocation location, QualifiedName source, QualifiedName target, boolean exists) RenameTable(QualifiedName source, QualifiedName target, boolean exists) RenameView(NodeLocation location, QualifiedName source, QualifiedName target) RenameView(QualifiedName source, QualifiedName target) ResetSession(NodeLocation location, QualifiedName name) ResetSession(QualifiedName name) Revoke(boolean grantOptionFor, Optional<List<String>> privileges, Optional<GrantOnType> type, QualifiedName name, PrincipalSpecification grantee) Revoke(NodeLocation location, boolean grantOptionFor, Optional<List<String>> privileges, Optional<GrantOnType> type, QualifiedName name, PrincipalSpecification grantee) SetAuthorizationStatement(NodeLocation location, QualifiedName source, PrincipalSpecification principal) SetAuthorizationStatement(QualifiedName source, PrincipalSpecification principal) SetProperties(NodeLocation location, SetProperties.Type type, QualifiedName name, List<Property> properties) SetProperties(SetProperties.Type type, QualifiedName name, List<Property> properties) SetSchemaAuthorization(NodeLocation location, QualifiedName source, PrincipalSpecification principal) SetSchemaAuthorization(QualifiedName source, PrincipalSpecification principal) SetSession(NodeLocation location, QualifiedName name, Expression value) SetSession(QualifiedName name, Expression value) SetTableAuthorization(NodeLocation location, QualifiedName source, PrincipalSpecification principal) SetTableAuthorization(QualifiedName source, PrincipalSpecification principal) SetViewAuthorization(NodeLocation location, QualifiedName source, PrincipalSpecification principal) SetViewAuthorization(QualifiedName source, PrincipalSpecification principal) ShowColumns(NodeLocation location, QualifiedName table, Optional<String> likePattern, Optional<String> escape) ShowColumns(QualifiedName table, Optional<String> likePattern, Optional<String> escape) ShowCreate(NodeLocation location, ShowCreate.Type type, QualifiedName name) ShowCreate(ShowCreate.Type type, QualifiedName name) Table(NodeLocation location, QualifiedName name) Table(NodeLocation location, QualifiedName name, QueryPeriod queryPeriod) Table(QualifiedName name) TruncateTable(NodeLocation location, QualifiedName tableName) TruncateTable(QualifiedName tableName) Constructor parameters in io.trino.sql.tree with type arguments of type QualifiedNameModifierConstructorDescriptionGroupingOperation(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)