Commit ca8e31e
authored
[Variant] Define new shred_variant function (#8366)
# Which issue does this PR close?
- Closes #8361
# Rationale for this change
See ticket.
# What changes are included in this PR?
Define a new `shred_variant` function and implement support for structs
and a subset of primitive types.
# Are these changes tested?
Yes, extensive new unit tests
# Are there any user-facing changes?
The new function is public.1 parent 18be750 commit ca8e31e
File tree
7 files changed
+1076
-75
lines changed- parquet-variant-compute
- src
- parquet-variant/src
7 files changed
+1076
-75
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
0 commit comments