Commit 411de06
authored
chore: add
I think the cleanest way to modify the struct is to iter over the fields
and names - but right now that's not really possible since nullability
isn't settable.
Could clean it up by changing `try_from_iter` directly, but I assumed we
want to avoid that for backwards compatibility - lmk if that's not the
case 🙂
Signed-off-by: blaginin <[email protected]>try_from_iter_with_validity (#3608)1 parent 51fc068 commit 411de06
1 file changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
175 | 179 | | |
| 180 | + | |
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
| |||
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
192 | 198 | | |
193 | 199 | | |
194 | 200 | | |
| |||
0 commit comments