Module variadic_left

Source

Functionsยง

attempt_left_join_magic ๐Ÿ”’
Attempt to render a stack of left joins as an inner join against โ€œenrichedโ€ right relations.
decompose_equations ๐Ÿ”’
If predicate can be decomposed as any number of col(x) = col(y) expressions anded together, return them.
recompose_equations ๐Ÿ”’
Turns column equation into idiomatic Rust equation, where nulls equate.