Method

ArrowStringDictionaryArrayBuilderfinish_delta

Declaration [src]

gboolean
garrow_string_dictionary_array_builder_finish_delta (
  GArrowStringDictionaryArrayBuilder* builder,
  GArrowArray** out_indices,
  GArrowArray** out_delta,
  GError** error
)

Description

No description available.
Available since:2.0.0

Parameters

out_indices GArrowArray
 

The built GArrowArray containing indices.

 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 GArrowArray containing dictionary.

 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.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.