Method
ArrowBinaryDictionaryArrayBuilderfinish_delta
Declaration [src]
gboolean
garrow_binary_dictionary_array_builder_finish_delta (
GArrowBinaryDictionaryArrayBuilder* builder,
GArrowArray** out_indices,
GArrowArray** out_delta,
GError** error
)
Parameters
out_indices |
GArrowArray |
The built |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
out_delta |
GArrowArray |
The built |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |