Method
ArrowArrayBuilderget_value_data_type
since: 0.9.0
Declaration [src]
GArrowDataType*
garrow_array_builder_get_value_data_type (
GArrowArrayBuilder* builder
)
Return value
Type: GArrowDataType
The GArrowDataType
of the value of
the array builder.
The caller of the method takes ownership of the data, and is responsible for freeing it. |