You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return Relation tuples in JoinInput::recent instead of stable
This is a bit unintuitive, but we don't have another choice given the
implementation of `Relation::from_antijoin` and the `transmute` in the
next commit, although we could probably assume that `Relation<Vec<T>>`
and `Relation<Vec<(T, ())>>` are layout compatible, it is not
guaranteed.
Perhaps these should be renamed to `old`/`new` to make things clearer?
0 commit comments