pub fn table_name_to_full_name(
name: &str,
query_ctx: &QueryContextRef,
) -> Result<(String, String, String)>
Expand description
Parse table name into (catalog, schema, table)
with query context and validates
if catalog matches current catalog in query context.