pub fn quote_sql_table_name(name: &str) -> StringExpand description
Quote a possibly-qualified SQL table name (catalog.schema.table) part-by-part.
Each dot-separated component is quoted independently so a user-supplied table name cannot break out of the query (prevents SQL injection in DuckDB-delegated scans).