paleolimbot commented on issue #691:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/691#issuecomment-2555568211

   Oh, sorry (you would follow that with 
`ArrowSchemaSetType(sch->children[1]->children[0], NANOARROW_XXX);` to set the 
list item type.
   
   > As for ArrowArrayAppend
   
   I think what you've done is the most efficient if your backend is already 
vectorized.
   
   If your child elements are sitting in something like JSON, you can use 
`ArrowArrayAppendXXXX(fixed_size_list_array->children[0], 
for_each_child_element); ArrowArrayFinishElement(fixed_size_list_array);` for 
as many items in the outer list.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to