[][src]Module declarative_dataflow::plan::antijoin

Antijoin expression plan.

Structs

Antijoin

A plan stage anti-joining both its sources on the specified variables. Throws if the sources are not union-compatible, i.e. bind all of the same variables in the same order.