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 ofcol(x) = col(y)
expressions anded together, return them. - recompose_
equations ๐ - Turns column equation into idiomatic Rust equation, where nulls equate.