Module resolve

Module resolve 

Source

Structsยง

RelationVisitor ๐Ÿ”’

Constantsยง

COLUMNS ๐Ÿ”’
DF_SETTINGS ๐Ÿ”’
INFORMATION_SCHEMA ๐Ÿ”’
INFORMATION_SCHEMA_TABLES ๐Ÿ”’
All information schema tables
PARAMETERS ๐Ÿ”’
ROUTINES ๐Ÿ”’
SCHEMATA ๐Ÿ”’
TABLES ๐Ÿ”’
VIEWS ๐Ÿ”’

Functionsยง

resolve_table_references
Collects all tables and views referenced in the SQL statement. CTEs are collected separately. This can be used to determine which tables need to be in the catalog for a query to be planned.
visit_statement ๐Ÿ”’