You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/19 21:59:13 UTC

[GitHub] [arrow] kou commented on a change in pull request #7747: ARROW-9454: [GLib] Add binding of some dictionary builders

kou commented on a change in pull request #7747:
URL: https://github.com/apache/arrow/pull/7747#discussion_r456960478



##########
File path: c_glib/arrow-glib/array-builder.cpp
##########
@@ -4182,6 +4182,32 @@ gint64 garrow_string_dictionary_array_builder_get_dictionary_length(GArrowString
   return arrow_builder->dictionary_length();
 }
 
+/**
+ * garrow_string_dictionary_array_builder_finish_delta:
+ * @builder: A #GArrowStringDictionaryArrayBuilder.
+ * @out_delta: (transfer full): The built #GArrowArray containing dictionary.
+ * @error: (nullable): Return location for a #GError or %NULL.
+ *
+ * Returns: (transfer full): The built #GArrowArray containing indices on
+ *   success, %NULL on error.
+ *
+ * Since: 1.0
+ */
+GArrowArray *
+garrow_string_dictionary_array_builder_finish_delta(GArrowStringDictionaryArrayBuilder* builder,
+                                                    GArrowArray **out_delta,

Review comment:
       See d3395c9.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org