Commit f547cbc
authored
chore[vortex-array]: facilitate third-party ToArrowKernel implementations (#4237)
This commit has two changes that were required to write a third-party
ToArrowKernel to convert vortex to dictionary arrays:
1. Re-exporting vortex-array::arrow::array publicly so that an
ArrowArray can be constructed.
2. Support converting an arrow DictionaryType to a canonical DType (this
is just the underlying values type).
Signed-off-by: Alfonso Subiotto Marques <[email protected]>1 parent d1c2d9c commit f547cbc
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
130 | 133 | | |
131 | 134 | | |
132 | 135 | | |
| |||
0 commit comments