pub fn decide_join_sides<'a>(
left: &RowSchema,
right: &RowSchema,
lhs: &'a ScalarExpr,
rhs: &'a ScalarExpr,
) -> Option<(&'a ScalarExpr, &'a ScalarExpr)>Expand description
Determine the input side of two equality operands from structured schema identities. Planning does not synthesize a sample row, and punctuation in a quoted identifier is never interpreted as a relation boundary.