Function mz_storage::source::mysql::replication::events::table_ident
source ยท fn table_ident(
name: &str,
current_schema: &str,
) -> Result<MySqlTableName, TransientError>
Expand description
Returns the MySqlTableName for the given table name referenced in a SQL statement, using the current schema if the table name is unqualified.