Method
ArrowStructArrayBuilderappend
Declaration [src]
gboolean
garrow_struct_array_builder_append (
GArrowStructArrayBuilder* builder
GError** error
)
Description
No description available.
Deprecated since: | 0.12.0 |
Use |
Return value
Returns: | gboolean |
It appends a new struct element. To append a new struct element,
you need to call this function then append struct element field
values to all // TODO
|