Expand description
MySQL utilities for SQL purification.
Structs§
Statics§
- The name of the fake database that we use for MySQL sources to fit our model of a 3-layer catalog. MySQL doesnβt have a concept of databases AND schemas, it treats both as the same thing.
Functions§
- Convert an unresolved item name to a qualified table reference.
- map_
column_ πrefs Map a list of column references to a map of table references to column names. - Normalize column references to a sorted, deduplicated options list of column names.
- Checks if the requested external references contain any explicit references to system schemas, since these are otherwise default excluded when retrieving tables from MySQL.