Toai Duong
Results
3
comments of
Toai Duong
Hi, i think unnest support for struct can be an item in this epic right?
We also face the same problem, any update on this?
But for this query usecase ``` ##recursive unnest(list->struct_field_access->list) query ? select * from unnest(unnest( [struct([1,2,3]),struct([4,5,6])] )['c0']); ``` Where an operator like field access is needed between 2 unnest,it cant be...