[][src]Module declarative_dataflow::plan::union

Union expression plan.

Structs

Union

A plan stage taking the union over its sources. Frontends are responsible to ensure that the sources are union-compatible (i.e. bind all of the same variables in the same order).