Uses of Class
io.trino.spi.connector.CatalogSchemaTableName
Packages that use CatalogSchemaTableName
-
Uses of CatalogSchemaTableName in io.trino.spi.connector
Methods in io.trino.spi.connector that return CatalogSchemaTableNameMethods in io.trino.spi.connector that return types with arguments of type CatalogSchemaTableNameModifier and TypeMethodDescriptionConnectorMaterializedViewDefinition.getStorageTable()default Optional<CatalogSchemaTableName>ConnectorMetadata.redirectTable(ConnectorSession session, SchemaTableName tableName) Redirects table to other table which may or may not be in the same catalog.Methods in io.trino.spi.connector with parameters of type CatalogSchemaTableNameModifier and TypeMethodDescriptionMetadataProvider.getRelationMetadata(ConnectorSession session, CatalogSchemaTableName tableName) Return relation schema or empty if relation does not exist.Constructors in io.trino.spi.connector with parameters of type CatalogSchemaTableNameModifierConstructorDescriptionTableScanRedirectApplicationResult(CatalogSchemaTableName destinationTable, Map<ColumnHandle, String> destinationColumns, TupleDomain<String> filter) Constructor parameters in io.trino.spi.connector with type arguments of type CatalogSchemaTableNameModifierConstructorDescriptionConnectorMaterializedViewDefinition(String originalSql, Optional<CatalogSchemaTableName> storageTable, Optional<String> catalog, Optional<String> schema, List<ConnectorMaterializedViewDefinition.Column> columns, Optional<Duration> gracePeriod, Optional<String> comment, Optional<String> owner, List<CatalogSchemaName> path, Map<String, Object> properties) -
Uses of CatalogSchemaTableName in io.trino.spi.security
Methods in io.trino.spi.security with parameters of type CatalogSchemaTableNameModifier and TypeMethodDescriptiondefault voidSystemAccessControl.checkCanAddColumn(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to add columns to the specified table in a catalog.default voidSystemAccessControl.checkCanAlterColumn(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to alter columns for the specified table in a catalog.default voidSystemAccessControl.checkCanCreateMaterializedView(SystemSecurityContext context, CatalogSchemaTableName materializedView, Map<String, Object> properties) Check if identity is allowed to create the specified materialized view in a catalog.default voidSystemAccessControl.checkCanCreateTable(SystemSecurityContext context, CatalogSchemaTableName table, Map<String, Object> properties) Check if identity is allowed to create the specified table with properties in a catalog.default voidSystemAccessControl.checkCanCreateView(SystemSecurityContext context, CatalogSchemaTableName view) Check if identity is allowed to create the specified view in a catalog.default voidSystemAccessControl.checkCanCreateViewWithSelectFromColumns(SystemSecurityContext context, CatalogSchemaTableName table, Set<String> columns) Check if identity is allowed to create a view that selects from the specified columns in a relation.default voidSystemAccessControl.checkCanDeleteFromTable(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to delete from the specified table in a catalog.default voidSystemAccessControl.checkCanDenyTablePrivilege(SystemSecurityContext context, Privilege privilege, CatalogSchemaTableName table, TrinoPrincipal grantee) Check if identity is allowed to deny the specified privilege to the grantee on the specified table.default voidSystemAccessControl.checkCanDropColumn(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to drop columns from the specified table in a catalog.default voidSystemAccessControl.checkCanDropMaterializedView(SystemSecurityContext context, CatalogSchemaTableName materializedView) Check if identity is allowed to drop the specified materialized view in a catalog.default voidSystemAccessControl.checkCanDropTable(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to drop the specified table in a catalog.default voidSystemAccessControl.checkCanDropView(SystemSecurityContext context, CatalogSchemaTableName view) Check if identity is allowed to drop the specified view in a catalog.default voidSystemAccessControl.checkCanExecuteTableProcedure(SystemSecurityContext systemSecurityContext, CatalogSchemaTableName table, String procedure) Check if identity is allowed to execute the specified table procedure on specified tabledefault voidSystemAccessControl.checkCanGrantTablePrivilege(SystemSecurityContext context, Privilege privilege, CatalogSchemaTableName table, TrinoPrincipal grantee, boolean grantOption) Check if identity is allowed to grant the specified privilege to the grantee on the specified table.default voidSystemAccessControl.checkCanInsertIntoTable(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to insert into the specified table in a catalog.default voidSystemAccessControl.checkCanRefreshMaterializedView(SystemSecurityContext context, CatalogSchemaTableName materializedView) Check if identity is allowed to refresh the specified materialized view in a catalog.default voidSystemAccessControl.checkCanRenameColumn(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to rename a column in the specified table in a catalog.default voidSystemAccessControl.checkCanRenameMaterializedView(SystemSecurityContext context, CatalogSchemaTableName view, CatalogSchemaTableName newView) Check if identity is allowed to rename the specified materialized view in a catalog.default voidSystemAccessControl.checkCanRenameTable(SystemSecurityContext context, CatalogSchemaTableName table, CatalogSchemaTableName newTable) Check if identity is allowed to rename the specified table in a catalog.default voidSystemAccessControl.checkCanRenameView(SystemSecurityContext context, CatalogSchemaTableName view, CatalogSchemaTableName newView) Check if identity is allowed to rename the specified view in a catalog.default voidSystemAccessControl.checkCanRevokeTablePrivilege(SystemSecurityContext context, Privilege privilege, CatalogSchemaTableName table, TrinoPrincipal revokee, boolean grantOption) Check if identity is allowed to revoke the specified privilege on the specified table from the revokee.default voidSystemAccessControl.checkCanSelectFromColumns(SystemSecurityContext context, CatalogSchemaTableName table, Set<String> columns) Check if identity is allowed to select from the specified columns in a relation.default voidSystemAccessControl.checkCanSetColumnComment(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to set comment to column in the specified table in a catalog.default voidSystemAccessControl.checkCanSetMaterializedViewProperties(SystemSecurityContext context, CatalogSchemaTableName materializedView, Map<String, Optional<Object>> properties) Check if identity is allowed to set the properties of the specified materialized view in a catalog.default voidSystemAccessControl.checkCanSetTableAuthorization(SystemSecurityContext context, CatalogSchemaTableName table, TrinoPrincipal principal) Check if identity is allowed to change the specified table's user/role.default voidSystemAccessControl.checkCanSetTableComment(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to comment the specified table in a catalog.default voidSystemAccessControl.checkCanSetTableProperties(SystemSecurityContext context, CatalogSchemaTableName table, Map<String, Optional<Object>> properties) Check if identity is allowed to alter properties to the specified table in a catalog.default voidSystemAccessControl.checkCanSetViewAuthorization(SystemSecurityContext context, CatalogSchemaTableName view, TrinoPrincipal principal) Check if identity is allowed to change the specified view's user/role.default voidSystemAccessControl.checkCanSetViewComment(SystemSecurityContext context, CatalogSchemaTableName view) Check if identity is allowed to comment the specified view in a catalog.default voidSystemAccessControl.checkCanShowColumns(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to show columns of tables by executing SHOW COLUMNS, DESCRIBE etc.default voidSystemAccessControl.checkCanShowCreateTable(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to execute SHOW CREATE TABLE, SHOW CREATE VIEW or SHOW CREATE MATERIALIZED VIEWdefault voidSystemAccessControl.checkCanTruncateTable(SystemSecurityContext context, CatalogSchemaTableName table) Check if identity is allowed to truncate the specified table in a catalog.default voidSystemAccessControl.checkCanUpdateTableColumns(SystemSecurityContext securityContext, CatalogSchemaTableName table, Set<String> updatedColumnNames) Check if identity is allowed to update the supplied columns in the specified table in a catalog.SystemAccessControl.filterColumns(SystemSecurityContext context, CatalogSchemaTableName table, Set<String> columns) Deprecated.default Optional<ViewExpression>SystemAccessControl.getColumnMask(SystemSecurityContext context, CatalogSchemaTableName tableName, String columnName, Type type) Get column masks associated with the given table, column and identity.default List<ViewExpression>SystemAccessControl.getRowFilters(SystemSecurityContext context, CatalogSchemaTableName tableName) Get row filters associated with the given table and identity.
SystemAccessControl.filterColumns(SystemSecurityContext, String, Map)