[][src]Module declarative_dataflow::plan::project

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.