Skip to main content

Module view

Module view 

Source
Expand description

View IR — the view <Name> from <Model>, ... { ... } block.

Views are read-only, SQL-defined projections over one or more existing model blocks (see ADR-0003). Their fields, attributes, and span tracking mirror Model; the extra state is the explicit source-model dependency list and the per-backend SQL bodies parsed out of @@server_sql / @@embedded_sql / @@sql.

Structs§

View
ViewSource