Skip to main content

Module derived

Module derived 

Source
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.
DerivedField
A field exposed by a named derived source.