Commit 25c7774
committed
Return
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?Relation tuples in JoinInput::recent instead of stable
1 parent 7880cc5 commit 25c7774
1 file changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | | - | |
146 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
174 | | - | |
| 175 | + | |
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
| 179 | + | |
179 | 180 | | |
180 | 181 | | |
0 commit comments