Commit 4d92593
committed
Add
This is the first of two commits splitting the original Union work. It adds the
`Union(Nullability)` enum variant, plumbs it through all existing match arms
with `todo!("TODO(connor)[Union]: unimplemented")`, and reserves slot 12 in the
flatbuffer and protobuf wire schemas. A follow-up commit will replace
`Union(Nullability)` with `Union(UnionVariants, Nullability)` and fill in the
serde paths.
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>DType::Union variant carrying just Nullability
1 parent 55d296e commit 4d92593
45 files changed
Lines changed: 360 additions & 28 deletions
File tree
- encodings/sparse/src
- fuzz/src/array
- vortex-array
- src
- aggregate_fn/fns/uncompressed_size_in_bytes
- arrays
- constant/vtable
- builders
- compute/conformance
- dtype
- serde
- scalar
- vortex-datafusion/src/convert
- vortex-duckdb/src/convert
- vortex-ffi
- src
- vortex-flatbuffers
- flatbuffers/vortex-dtype
- src/generated
- vortex-proto
- proto
- src/generated
- vortex-python/src
- dtype
- scalar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
| 125 | + | |
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
| 477 | + | |
477 | 478 | | |
478 | 479 | | |
479 | 480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9346 | 9346 | | |
9347 | 9347 | | |
9348 | 9348 | | |
| 9349 | + | |
| 9350 | + | |
9349 | 9351 | | |
9350 | 9352 | | |
9351 | 9353 | | |
| |||
9422 | 9424 | | |
9423 | 9425 | | |
9424 | 9426 | | |
| 9427 | + | |
| 9428 | + | |
9425 | 9429 | | |
9426 | 9430 | | |
9427 | 9431 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
293 | 294 | | |
294 | 295 | | |
295 | 296 | | |
| 297 | + | |
296 | 298 | | |
297 | 299 | | |
298 | 300 | | |
| |||
0 commit comments