Commit 06f2495
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 c663fa9 commit 06f2495
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 | |
|---|---|---|---|
| |||
9416 | 9416 | | |
9417 | 9417 | | |
9418 | 9418 | | |
| 9419 | + | |
| 9420 | + | |
9419 | 9421 | | |
9420 | 9422 | | |
9421 | 9423 | | |
| |||
9492 | 9494 | | |
9493 | 9495 | | |
9494 | 9496 | | |
| 9497 | + | |
| 9498 | + | |
9495 | 9499 | | |
9496 | 9500 | | |
9497 | 9501 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
| 241 | + | |
241 | 242 | | |
242 | 243 | | |
243 | 244 | | |
| |||
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| 288 | + | |
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| |||
0 commit comments