Skip to main content

Module resolve

Module resolve 

Source
Expand description

Name resolution and lowering transforms.

This subsystem owns transformations that rewrite or interpret SQL names in the context of project compilation:

  • CTE scope tracking
  • identifier qualification and normalization

Modulesยง

cte_scope ๐Ÿ”’
CTE scope tracking for SQL AST visitors.
normalize ๐Ÿ”’
Name normalization for SQL statements using the visitor pattern.