Expand description
Typed derived-table projections.
A Derived value owns a complete query and exposes only the fields named
by its projection. Dialect builders construct these values after checking
that the query is in an executable state.
Structsยง
- Derived
- A complete query used as a named source in another query.
- Derived
Field - A field exposed by a named derived source.