Module project

Source
Expand description

Projection expression plan.

Structsยง

Project
A plan stage projecting its source to only the specified sequence of variables. Throws on unbound variables. Frontends are responsible for ensuring that the source binds all requested variables.