Module mz_transform::compound
source · Expand description
Transformations that don’t fit into one of the canonicalization
, fusion
,
movement
, or ordering
buckets.
Transformations in this module are meant to be revisited in the future, as
Modules§
- union 🔒Fuses multiple
Union
operators into one.
Structs§
- Fuses
Union
andNegate
operators into oneUnion
and multipleNegate
operators.