pub(crate) async fn get_all_table_ids_by_names<'a>(
table_name_manager: &TableNameManager,
table_names: &[TableReference<'a>],
) -> Result<Vec<TableId>>
Expand description
Get all the table ids from the table names.
Returns an error if any table does not exist.