Commit 4778077
authored
[Variant] Add
# Which issue does this PR close?
- Closes #9684.
# Rationale for this change
Check issue
# What changes are included in this PR?
- Add `VariantArrayBuilder::append_nulls`
- Add unit test
- add fast paths for `cast_to_variant_with_options` and
`string_array_to_variant`
# Are these changes tested?
Yes, added a unit test
# Are there any user-facing changes?
A new public APIVariantArrayBuilder::append_nulls API (#9685)1 parent a42c475 commit 4778077
File tree
2 files changed
+37
-0
lines changed- parquet-variant-compute/src
2 files changed
+37
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
61 | 68 | | |
62 | 69 | | |
63 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
159 | 171 | | |
160 | 172 | | |
161 | 173 | | |
| |||
526 | 538 | | |
527 | 539 | | |
528 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
529 | 559 | | |
530 | 560 | | |
531 | 561 | | |
| |||
0 commit comments