Module mz_sql::plan::lowering::variadic_left

source ·

Functions§

  • Attempt to render a stack of left joins as an inner join against “enriched” right relations.
  • If predicate can be decomposed as any number of col(x) = col(y) expressions anded together, return them.
  • Turns column equation into idiomatic Rust equation, where nulls equate.