issues
search
apache
/
arrow-cookbook
Apache Arrow Cookbook
https://arrow.apache.org/
Apache License 2.0
96
stars
46
forks
source link
[C++][Python] How to get subset of values from struct arrays and list arrays
#266
Open
rok
opened
2 years ago
rok
commented
2 years ago
use struct_field kernel
select a subset of struct fields by casting the array to array with struct subset
for array of lists you can choose an element by index with list_element kernel
UDF or custom compute kernel