Skip to main content

Module variadic_left

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_left_to_right_equations ๐Ÿ”’
If predicate can be decomposed as any number of col(x) = col(y) expressions anded together, return them. In order to only find useful equations, one column must be < lhs_cutoff and one must be >= lhs_cutoff.
recompose_equations ๐Ÿ”’
Turns column equation into idiomatic Rust equation, where nulls equate.