You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/01/17 04:45:25 UTC

[44/51] [partial] arrow-site git commit: Add updated API docs for 0.8.0

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/a6214c73/docs/c_glib/arrow-glib.devhelp2
----------------------------------------------------------------------
diff --git a/docs/c_glib/arrow-glib.devhelp2 b/docs/c_glib/arrow-glib.devhelp2
index 637dda9..5cac0d9 100644
--- a/docs/c_glib/arrow-glib.devhelp2
+++ b/docs/c_glib/arrow-glib.devhelp2
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="utf-8" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
-<book xmlns="http://www.devhelp.net/book" title=" Reference Manual" link="index.html" author="" name="arrow-glib" version="2" language="c">
+<book xmlns="http://www.devhelp.net/book" title="arrow-glib Reference Manual" link="index.html" author="" name="arrow-glib" version="2" language="c">
   <chapters>
     <sub name="Data" link="data.html">
       <sub name="Array" link="array.html">
-        <sub name="Array classes" link="array-classes.html"/>
+        <sub name="Basic array classes" link="basic-array-classes.html"/>
+        <sub name="Composite array classes" link="composite-array-classes.html"/>
       </sub>
       <sub name="Array builder" link="array-builder.html">
         <sub name="Array builder classes" link="array-builder-classes.html"/>
@@ -30,6 +30,9 @@
         <sub name="GArrowColumn" link="GArrowColumn.html"/>
         <sub name="GArrowChunkedArray" link="GArrowChunkedArray.html"/>
       </sub>
+      <sub name="Table builder" link="table-builder.html">
+        <sub name="Table builder classes" link="table-builder-classes.html"/>
+      </sub>
       <sub name="Buffer" link="buffer.html">
         <sub name="Buffer classes" link="buffer-classes.html"/>
       </sub>
@@ -77,128 +80,120 @@
     <sub name="Annotation Glossary" link="annotation-glossary.html"/>
   </chapters>
   <functions>
-    <keyword type="function" name="garrow_array_equal ()" link="array-classes.html#garrow-array-equal" since="0.4.0"/>
-    <keyword type="function" name="garrow_array_equal_approx ()" link="array-classes.html#garrow-array-equal-approx" since="0.4.0"/>
-    <keyword type="function" name="garrow_array_equal_range ()" link="array-classes.html#garrow-array-equal-range" since="0.4.0"/>
-    <keyword type="function" name="garrow_array_is_null ()" link="array-classes.html#garrow-array-is-null" since="0.3.0"/>
-    <keyword type="function" name="garrow_array_get_length ()" link="array-classes.html#garrow-array-get-length"/>
-    <keyword type="function" name="garrow_array_get_offset ()" link="array-classes.html#garrow-array-get-offset"/>
-    <keyword type="function" name="garrow_array_get_n_nulls ()" link="array-classes.html#garrow-array-get-n-nulls"/>
-    <keyword type="function" name="garrow_array_get_null_bitmap ()" link="array-classes.html#garrow-array-get-null-bitmap" since="0.3.0"/>
-    <keyword type="function" name="garrow_array_get_value_data_type ()" link="array-classes.html#garrow-array-get-value-data-type" since="0.3.0"/>
-    <keyword type="function" name="garrow_array_get_value_type ()" link="array-classes.html#garrow-array-get-value-type" since="0.3.0"/>
-    <keyword type="function" name="garrow_array_slice ()" link="array-classes.html#garrow-array-slice"/>
-    <keyword type="function" name="garrow_array_to_string ()" link="array-classes.html#garrow-array-to-string" since="0.4.0"/>
-    <keyword type="function" name="garrow_array_cast ()" link="array-classes.html#garrow-array-cast" since="0.7.0"/>
-    <keyword type="function" name="garrow_null_array_new ()" link="array-classes.html#garrow-null-array-new"/>
-    <keyword type="function" name="garrow_primitive_array_get_buffer ()" link="array-classes.html#garrow-primitive-array-get-buffer"/>
-    <keyword type="function" name="garrow_boolean_array_new ()" link="array-classes.html#garrow-boolean-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_boolean_array_get_value ()" link="array-classes.html#garrow-boolean-array-get-value"/>
-    <keyword type="function" name="garrow_boolean_array_get_values ()" link="array-classes.html#garrow-boolean-array-get-values"/>
-    <keyword type="function" name="garrow_int8_array_new ()" link="array-classes.html#garrow-int8-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_int8_array_get_value ()" link="array-classes.html#garrow-int8-array-get-value"/>
-    <keyword type="function" name="garrow_int8_array_get_values ()" link="array-classes.html#garrow-int8-array-get-values"/>
-    <keyword type="function" name="garrow_uint8_array_new ()" link="array-classes.html#garrow-uint8-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_uint8_array_get_value ()" link="array-classes.html#garrow-uint8-array-get-value"/>
-    <keyword type="function" name="garrow_uint8_array_get_values ()" link="array-classes.html#garrow-uint8-array-get-values"/>
-    <keyword type="function" name="garrow_int16_array_new ()" link="array-classes.html#garrow-int16-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_int16_array_get_value ()" link="array-classes.html#garrow-int16-array-get-value"/>
-    <keyword type="function" name="garrow_int16_array_get_values ()" link="array-classes.html#garrow-int16-array-get-values"/>
-    <keyword type="function" name="garrow_uint16_array_new ()" link="array-classes.html#garrow-uint16-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_uint16_array_get_value ()" link="array-classes.html#garrow-uint16-array-get-value"/>
-    <keyword type="function" name="garrow_uint16_array_get_values ()" link="array-classes.html#garrow-uint16-array-get-values"/>
-    <keyword type="function" name="garrow_int32_array_new ()" link="array-classes.html#garrow-int32-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_int32_array_get_value ()" link="array-classes.html#garrow-int32-array-get-value"/>
-    <keyword type="function" name="garrow_int32_array_get_values ()" link="array-classes.html#garrow-int32-array-get-values"/>
-    <keyword type="function" name="garrow_uint32_array_new ()" link="array-classes.html#garrow-uint32-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_uint32_array_get_value ()" link="array-classes.html#garrow-uint32-array-get-value"/>
-    <keyword type="function" name="garrow_uint32_array_get_values ()" link="array-classes.html#garrow-uint32-array-get-values"/>
-    <keyword type="function" name="garrow_int64_array_new ()" link="array-classes.html#garrow-int64-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_int64_array_get_value ()" link="array-classes.html#garrow-int64-array-get-value"/>
-    <keyword type="function" name="garrow_int64_array_get_values ()" link="array-classes.html#garrow-int64-array-get-values"/>
-    <keyword type="function" name="garrow_uint64_array_new ()" link="array-classes.html#garrow-uint64-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_uint64_array_get_value ()" link="array-classes.html#garrow-uint64-array-get-value"/>
-    <keyword type="function" name="garrow_uint64_array_get_values ()" link="array-classes.html#garrow-uint64-array-get-values"/>
-    <keyword type="function" name="garrow_float_array_new ()" link="array-classes.html#garrow-float-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_float_array_get_value ()" link="array-classes.html#garrow-float-array-get-value"/>
-    <keyword type="function" name="garrow_float_array_get_values ()" link="array-classes.html#garrow-float-array-get-values"/>
-    <keyword type="function" name="garrow_double_array_new ()" link="array-classes.html#garrow-double-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_double_array_get_value ()" link="array-classes.html#garrow-double-array-get-value"/>
-    <keyword type="function" name="garrow_double_array_get_values ()" link="array-classes.html#garrow-double-array-get-values"/>
-    <keyword type="function" name="garrow_binary_array_new ()" link="array-classes.html#garrow-binary-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_binary_array_get_value ()" link="array-classes.html#garrow-binary-array-get-value"/>
-    <keyword type="function" name="garrow_binary_array_get_buffer ()" link="array-classes.html#garrow-binary-array-get-buffer"/>
-    <keyword type="function" name="garrow_binary_array_get_offsets_buffer ()" link="array-classes.html#garrow-binary-array-get-offsets-buffer"/>
-    <keyword type="function" name="garrow_string_array_new ()" link="array-classes.html#garrow-string-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_string_array_get_string ()" link="array-classes.html#garrow-string-array-get-string"/>
-    <keyword type="function" name="garrow_date32_array_new ()" link="array-classes.html#garrow-date32-array-new" since="0.7.0"/>
-    <keyword type="function" name="garrow_date32_array_get_value ()" link="array-classes.html#garrow-date32-array-get-value" since="0.7.0"/>
-    <keyword type="function" name="garrow_date32_array_get_values ()" link="array-classes.html#garrow-date32-array-get-values" since="0.7.0"/>
-    <keyword type="function" name="garrow_date64_array_new ()" link="array-classes.html#garrow-date64-array-new" since="0.7.0"/>
-    <keyword type="function" name="garrow_date64_array_get_value ()" link="array-classes.html#garrow-date64-array-get-value" since="0.7.0"/>
-    <keyword type="function" name="garrow_date64_array_get_values ()" link="array-classes.html#garrow-date64-array-get-values" since="0.7.0"/>
-    <keyword type="function" name="garrow_timestamp_array_new ()" link="array-classes.html#garrow-timestamp-array-new" since="0.7.0"/>
-    <keyword type="function" name="garrow_timestamp_array_get_value ()" link="array-classes.html#garrow-timestamp-array-get-value" since="0.7.0"/>
-    <keyword type="function" name="garrow_timestamp_array_get_values ()" link="array-classes.html#garrow-timestamp-array-get-values" since="0.7.0"/>
-    <keyword type="function" name="garrow_time32_array_new ()" link="array-classes.html#garrow-time32-array-new" since="0.7.0"/>
-    <keyword type="function" name="garrow_time32_array_get_value ()" link="array-classes.html#garrow-time32-array-get-value" since="0.7.0"/>
-    <keyword type="function" name="garrow_time32_array_get_values ()" link="array-classes.html#garrow-time32-array-get-values" since="0.7.0"/>
-    <keyword type="function" name="garrow_time64_array_new ()" link="array-classes.html#garrow-time64-array-new" since="0.7.0"/>
-    <keyword type="function" name="garrow_time64_array_get_value ()" link="array-classes.html#garrow-time64-array-get-value" since="0.7.0"/>
-    <keyword type="function" name="garrow_time64_array_get_values ()" link="array-classes.html#garrow-time64-array-get-values" since="0.7.0"/>
-    <keyword type="function" name="garrow_list_array_new ()" link="array-classes.html#garrow-list-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_list_array_get_value_type ()" link="array-classes.html#garrow-list-array-get-value-type"/>
-    <keyword type="function" name="garrow_list_array_get_value ()" link="array-classes.html#garrow-list-array-get-value"/>
-    <keyword type="function" name="garrow_struct_array_new ()" link="array-classes.html#garrow-struct-array-new" since="0.4.0"/>
-    <keyword type="function" name="garrow_struct_array_get_field ()" link="array-classes.html#garrow-struct-array-get-field"/>
-    <keyword type="function" name="garrow_struct_array_get_fields ()" link="array-classes.html#garrow-struct-array-get-fields"/>
-    <keyword type="struct" name="struct GArrowArray" link="array-classes.html#GArrowArray-struct"/>
-    <keyword type="struct" name="struct GArrowNullArray" link="array-classes.html#GArrowNullArray-struct"/>
-    <keyword type="struct" name="struct GArrowNullArrayClass" link="array-classes.html#GArrowNullArrayClass"/>
-    <keyword type="struct" name="struct GArrowPrimitiveArray" link="array-classes.html#GArrowPrimitiveArray-struct"/>
-    <keyword type="struct" name="struct GArrowPrimitiveArrayClass" link="array-classes.html#GArrowPrimitiveArrayClass"/>
-    <keyword type="struct" name="struct GArrowBooleanArray" link="array-classes.html#GArrowBooleanArray-struct"/>
-    <keyword type="struct" name="struct GArrowBooleanArrayClass" link="array-classes.html#GArrowBooleanArrayClass"/>
-    <keyword type="struct" name="struct GArrowInt8Array" link="array-classes.html#GArrowInt8Array-struct"/>
-    <keyword type="struct" name="struct GArrowInt8ArrayClass" link="array-classes.html#GArrowInt8ArrayClass"/>
-    <keyword type="struct" name="struct GArrowUInt8Array" link="array-classes.html#GArrowUInt8Array-struct"/>
-    <keyword type="struct" name="struct GArrowUInt8ArrayClass" link="array-classes.html#GArrowUInt8ArrayClass"/>
-    <keyword type="struct" name="struct GArrowInt16Array" link="array-classes.html#GArrowInt16Array-struct"/>
-    <keyword type="struct" name="struct GArrowInt16ArrayClass" link="array-classes.html#GArrowInt16ArrayClass"/>
-    <keyword type="struct" name="struct GArrowUInt16Array" link="array-classes.html#GArrowUInt16Array-struct"/>
-    <keyword type="struct" name="struct GArrowUInt16ArrayClass" link="array-classes.html#GArrowUInt16ArrayClass"/>
-    <keyword type="struct" name="struct GArrowInt32Array" link="array-classes.html#GArrowInt32Array-struct"/>
-    <keyword type="struct" name="struct GArrowInt32ArrayClass" link="array-classes.html#GArrowInt32ArrayClass"/>
-    <keyword type="struct" name="struct GArrowUInt32Array" link="array-classes.html#GArrowUInt32Array-struct"/>
-    <keyword type="struct" name="struct GArrowUInt32ArrayClass" link="array-classes.html#GArrowUInt32ArrayClass"/>
-    <keyword type="struct" name="struct GArrowInt64Array" link="array-classes.html#GArrowInt64Array-struct"/>
-    <keyword type="struct" name="struct GArrowInt64ArrayClass" link="array-classes.html#GArrowInt64ArrayClass"/>
-    <keyword type="struct" name="struct GArrowUInt64Array" link="array-classes.html#GArrowUInt64Array-struct"/>
-    <keyword type="struct" name="struct GArrowUInt64ArrayClass" link="array-classes.html#GArrowUInt64ArrayClass"/>
-    <keyword type="struct" name="struct GArrowFloatArray" link="array-classes.html#GArrowFloatArray-struct"/>
-    <keyword type="struct" name="struct GArrowFloatArrayClass" link="array-classes.html#GArrowFloatArrayClass"/>
-    <keyword type="struct" name="struct GArrowDoubleArray" link="array-classes.html#GArrowDoubleArray-struct"/>
-    <keyword type="struct" name="struct GArrowDoubleArrayClass" link="array-classes.html#GArrowDoubleArrayClass"/>
-    <keyword type="struct" name="struct GArrowBinaryArray" link="array-classes.html#GArrowBinaryArray-struct"/>
-    <keyword type="struct" name="struct GArrowBinaryArrayClass" link="array-classes.html#GArrowBinaryArrayClass"/>
-    <keyword type="struct" name="struct GArrowStringArray" link="array-classes.html#GArrowStringArray-struct"/>
-    <keyword type="struct" name="struct GArrowStringArrayClass" link="array-classes.html#GArrowStringArrayClass"/>
-    <keyword type="struct" name="struct GArrowDate32Array" link="array-classes.html#GArrowDate32Array-struct"/>
-    <keyword type="struct" name="struct GArrowDate32ArrayClass" link="array-classes.html#GArrowDate32ArrayClass"/>
-    <keyword type="struct" name="struct GArrowDate64Array" link="array-classes.html#GArrowDate64Array-struct"/>
-    <keyword type="struct" name="struct GArrowDate64ArrayClass" link="array-classes.html#GArrowDate64ArrayClass"/>
-    <keyword type="struct" name="struct GArrowTimestampArray" link="array-classes.html#GArrowTimestampArray-struct"/>
-    <keyword type="struct" name="struct GArrowTimestampArrayClass" link="array-classes.html#GArrowTimestampArrayClass"/>
-    <keyword type="struct" name="struct GArrowTime32Array" link="array-classes.html#GArrowTime32Array-struct"/>
-    <keyword type="struct" name="struct GArrowTime32ArrayClass" link="array-classes.html#GArrowTime32ArrayClass"/>
-    <keyword type="struct" name="struct GArrowTime64Array" link="array-classes.html#GArrowTime64Array-struct"/>
-    <keyword type="struct" name="struct GArrowTime64ArrayClass" link="array-classes.html#GArrowTime64ArrayClass"/>
-    <keyword type="struct" name="struct GArrowListArray" link="array-classes.html#GArrowListArray-struct"/>
-    <keyword type="struct" name="struct GArrowListArrayClass" link="array-classes.html#GArrowListArrayClass"/>
-    <keyword type="struct" name="struct GArrowStructArray" link="array-classes.html#GArrowStructArray-struct"/>
-    <keyword type="struct" name="struct GArrowStructArrayClass" link="array-classes.html#GArrowStructArrayClass"/>
-    <keyword type="property" name="The “array” property" link="array-classes.html#GArrowArray--array"/>
-    <keyword type="macro" name="GARROW_TYPE_ARRAY_BUILDER" link="array-builder-classes.html#GARROW-TYPE-ARRAY-BUILDER:CAPS"/>
+    <keyword type="function" name="garrow_array_equal ()" link="basic-array-classes.html#garrow-array-equal" since="0.4.0"/>
+    <keyword type="function" name="garrow_array_equal_approx ()" link="basic-array-classes.html#garrow-array-equal-approx" since="0.4.0"/>
+    <keyword type="function" name="garrow_array_equal_range ()" link="basic-array-classes.html#garrow-array-equal-range" since="0.4.0"/>
+    <keyword type="function" name="garrow_array_is_null ()" link="basic-array-classes.html#garrow-array-is-null" since="0.3.0"/>
+    <keyword type="function" name="garrow_array_is_valid ()" link="basic-array-classes.html#garrow-array-is-valid" since="0.8.0"/>
+    <keyword type="function" name="garrow_array_get_length ()" link="basic-array-classes.html#garrow-array-get-length"/>
+    <keyword type="function" name="garrow_array_get_offset ()" link="basic-array-classes.html#garrow-array-get-offset"/>
+    <keyword type="function" name="garrow_array_get_n_nulls ()" link="basic-array-classes.html#garrow-array-get-n-nulls"/>
+    <keyword type="function" name="garrow_array_get_null_bitmap ()" link="basic-array-classes.html#garrow-array-get-null-bitmap" since="0.3.0"/>
+    <keyword type="function" name="garrow_array_get_value_data_type ()" link="basic-array-classes.html#garrow-array-get-value-data-type" since="0.3.0"/>
+    <keyword type="function" name="garrow_array_get_value_type ()" link="basic-array-classes.html#garrow-array-get-value-type" since="0.3.0"/>
+    <keyword type="function" name="garrow_array_slice ()" link="basic-array-classes.html#garrow-array-slice"/>
+    <keyword type="function" name="garrow_array_to_string ()" link="basic-array-classes.html#garrow-array-to-string" since="0.4.0"/>
+    <keyword type="function" name="garrow_array_cast ()" link="basic-array-classes.html#garrow-array-cast" since="0.7.0"/>
+    <keyword type="function" name="garrow_array_unique ()" link="basic-array-classes.html#garrow-array-unique" since="0.8.0"/>
+    <keyword type="function" name="garrow_array_dictionary_encode ()" link="basic-array-classes.html#garrow-array-dictionary-encode" since="0.8.0"/>
+    <keyword type="function" name="garrow_null_array_new ()" link="basic-array-classes.html#garrow-null-array-new"/>
+    <keyword type="function" name="garrow_primitive_array_get_buffer ()" link="basic-array-classes.html#garrow-primitive-array-get-buffer"/>
+    <keyword type="function" name="garrow_boolean_array_new ()" link="basic-array-classes.html#garrow-boolean-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_boolean_array_get_value ()" link="basic-array-classes.html#garrow-boolean-array-get-value"/>
+    <keyword type="function" name="garrow_boolean_array_get_values ()" link="basic-array-classes.html#garrow-boolean-array-get-values"/>
+    <keyword type="function" name="garrow_int8_array_new ()" link="basic-array-classes.html#garrow-int8-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_int8_array_get_value ()" link="basic-array-classes.html#garrow-int8-array-get-value"/>
+    <keyword type="function" name="garrow_int8_array_get_values ()" link="basic-array-classes.html#garrow-int8-array-get-values"/>
+    <keyword type="function" name="garrow_uint8_array_new ()" link="basic-array-classes.html#garrow-uint8-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_uint8_array_get_value ()" link="basic-array-classes.html#garrow-uint8-array-get-value"/>
+    <keyword type="function" name="garrow_uint8_array_get_values ()" link="basic-array-classes.html#garrow-uint8-array-get-values"/>
+    <keyword type="function" name="garrow_int16_array_new ()" link="basic-array-classes.html#garrow-int16-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_int16_array_get_value ()" link="basic-array-classes.html#garrow-int16-array-get-value"/>
+    <keyword type="function" name="garrow_int16_array_get_values ()" link="basic-array-classes.html#garrow-int16-array-get-values"/>
+    <keyword type="function" name="garrow_uint16_array_new ()" link="basic-array-classes.html#garrow-uint16-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_uint16_array_get_value ()" link="basic-array-classes.html#garrow-uint16-array-get-value"/>
+    <keyword type="function" name="garrow_uint16_array_get_values ()" link="basic-array-classes.html#garrow-uint16-array-get-values"/>
+    <keyword type="function" name="garrow_int32_array_new ()" link="basic-array-classes.html#garrow-int32-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_int32_array_get_value ()" link="basic-array-classes.html#garrow-int32-array-get-value"/>
+    <keyword type="function" name="garrow_int32_array_get_values ()" link="basic-array-classes.html#garrow-int32-array-get-values"/>
+    <keyword type="function" name="garrow_uint32_array_new ()" link="basic-array-classes.html#garrow-uint32-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_uint32_array_get_value ()" link="basic-array-classes.html#garrow-uint32-array-get-value"/>
+    <keyword type="function" name="garrow_uint32_array_get_values ()" link="basic-array-classes.html#garrow-uint32-array-get-values"/>
+    <keyword type="function" name="garrow_int64_array_new ()" link="basic-array-classes.html#garrow-int64-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_int64_array_get_value ()" link="basic-array-classes.html#garrow-int64-array-get-value"/>
+    <keyword type="function" name="garrow_int64_array_get_values ()" link="basic-array-classes.html#garrow-int64-array-get-values"/>
+    <keyword type="function" name="garrow_uint64_array_new ()" link="basic-array-classes.html#garrow-uint64-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_uint64_array_get_value ()" link="basic-array-classes.html#garrow-uint64-array-get-value"/>
+    <keyword type="function" name="garrow_uint64_array_get_values ()" link="basic-array-classes.html#garrow-uint64-array-get-values"/>
+    <keyword type="function" name="garrow_float_array_new ()" link="basic-array-classes.html#garrow-float-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_float_array_get_value ()" link="basic-array-classes.html#garrow-float-array-get-value"/>
+    <keyword type="function" name="garrow_float_array_get_values ()" link="basic-array-classes.html#garrow-float-array-get-values"/>
+    <keyword type="function" name="garrow_double_array_new ()" link="basic-array-classes.html#garrow-double-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_double_array_get_value ()" link="basic-array-classes.html#garrow-double-array-get-value"/>
+    <keyword type="function" name="garrow_double_array_get_values ()" link="basic-array-classes.html#garrow-double-array-get-values"/>
+    <keyword type="function" name="garrow_binary_array_new ()" link="basic-array-classes.html#garrow-binary-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_binary_array_get_value ()" link="basic-array-classes.html#garrow-binary-array-get-value"/>
+    <keyword type="function" name="garrow_binary_array_get_buffer ()" link="basic-array-classes.html#garrow-binary-array-get-buffer"/>
+    <keyword type="function" name="garrow_binary_array_get_offsets_buffer ()" link="basic-array-classes.html#garrow-binary-array-get-offsets-buffer"/>
+    <keyword type="function" name="garrow_string_array_new ()" link="basic-array-classes.html#garrow-string-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_string_array_get_string ()" link="basic-array-classes.html#garrow-string-array-get-string"/>
+    <keyword type="function" name="garrow_date32_array_new ()" link="basic-array-classes.html#garrow-date32-array-new" since="0.7.0"/>
+    <keyword type="function" name="garrow_date32_array_get_value ()" link="basic-array-classes.html#garrow-date32-array-get-value" since="0.7.0"/>
+    <keyword type="function" name="garrow_date32_array_get_values ()" link="basic-array-classes.html#garrow-date32-array-get-values" since="0.7.0"/>
+    <keyword type="function" name="garrow_date64_array_new ()" link="basic-array-classes.html#garrow-date64-array-new" since="0.7.0"/>
+    <keyword type="function" name="garrow_date64_array_get_value ()" link="basic-array-classes.html#garrow-date64-array-get-value" since="0.7.0"/>
+    <keyword type="function" name="garrow_date64_array_get_values ()" link="basic-array-classes.html#garrow-date64-array-get-values" since="0.7.0"/>
+    <keyword type="function" name="garrow_timestamp_array_new ()" link="basic-array-classes.html#garrow-timestamp-array-new" since="0.7.0"/>
+    <keyword type="function" name="garrow_timestamp_array_get_value ()" link="basic-array-classes.html#garrow-timestamp-array-get-value" since="0.7.0"/>
+    <keyword type="function" name="garrow_timestamp_array_get_values ()" link="basic-array-classes.html#garrow-timestamp-array-get-values" since="0.7.0"/>
+    <keyword type="function" name="garrow_time32_array_new ()" link="basic-array-classes.html#garrow-time32-array-new" since="0.7.0"/>
+    <keyword type="function" name="garrow_time32_array_get_value ()" link="basic-array-classes.html#garrow-time32-array-get-value" since="0.7.0"/>
+    <keyword type="function" name="garrow_time32_array_get_values ()" link="basic-array-classes.html#garrow-time32-array-get-values" since="0.7.0"/>
+    <keyword type="function" name="garrow_time64_array_new ()" link="basic-array-classes.html#garrow-time64-array-new" since="0.7.0"/>
+    <keyword type="function" name="garrow_time64_array_get_value ()" link="basic-array-classes.html#garrow-time64-array-get-value" since="0.7.0"/>
+    <keyword type="function" name="garrow_time64_array_get_values ()" link="basic-array-classes.html#garrow-time64-array-get-values" since="0.7.0"/>
+    <keyword type="macro" name="GARROW_TYPE_ARRAY" link="basic-array-classes.html#GARROW-TYPE-ARRAY:CAPS"/>
+    <keyword type="struct" name="struct GArrowArrayClass" link="basic-array-classes.html#GArrowArrayClass"/>
+    <keyword type="struct" name="struct GArrowNullArray" link="basic-array-classes.html#GArrowNullArray-struct"/>
+    <keyword type="struct" name="struct GArrowPrimitiveArray" link="basic-array-classes.html#GArrowPrimitiveArray-struct"/>
+    <keyword type="struct" name="struct GArrowBooleanArray" link="basic-array-classes.html#GArrowBooleanArray-struct"/>
+    <keyword type="struct" name="struct GArrowInt8Array" link="basic-array-classes.html#GArrowInt8Array-struct"/>
+    <keyword type="struct" name="struct GArrowUInt8Array" link="basic-array-classes.html#GArrowUInt8Array-struct"/>
+    <keyword type="struct" name="struct GArrowInt16Array" link="basic-array-classes.html#GArrowInt16Array-struct"/>
+    <keyword type="struct" name="struct GArrowUInt16Array" link="basic-array-classes.html#GArrowUInt16Array-struct"/>
+    <keyword type="struct" name="struct GArrowInt32Array" link="basic-array-classes.html#GArrowInt32Array-struct"/>
+    <keyword type="struct" name="struct GArrowUInt32Array" link="basic-array-classes.html#GArrowUInt32Array-struct"/>
+    <keyword type="struct" name="struct GArrowInt64Array" link="basic-array-classes.html#GArrowInt64Array-struct"/>
+    <keyword type="struct" name="struct GArrowUInt64Array" link="basic-array-classes.html#GArrowUInt64Array-struct"/>
+    <keyword type="struct" name="struct GArrowFloatArray" link="basic-array-classes.html#GArrowFloatArray-struct"/>
+    <keyword type="struct" name="struct GArrowDoubleArray" link="basic-array-classes.html#GArrowDoubleArray-struct"/>
+    <keyword type="struct" name="struct GArrowBinaryArray" link="basic-array-classes.html#GArrowBinaryArray-struct"/>
+    <keyword type="struct" name="struct GArrowStringArray" link="basic-array-classes.html#GArrowStringArray-struct"/>
+    <keyword type="struct" name="struct GArrowDate32Array" link="basic-array-classes.html#GArrowDate32Array-struct"/>
+    <keyword type="struct" name="struct GArrowDate64Array" link="basic-array-classes.html#GArrowDate64Array-struct"/>
+    <keyword type="struct" name="struct GArrowTimestampArray" link="basic-array-classes.html#GArrowTimestampArray-struct"/>
+    <keyword type="struct" name="struct GArrowTime32Array" link="basic-array-classes.html#GArrowTime32Array-struct"/>
+    <keyword type="struct" name="struct GArrowTime64Array" link="basic-array-classes.html#GArrowTime64Array-struct"/>
+    <keyword type="struct" name="GArrowArray" link="basic-array-classes.html#GArrowArray-struct"/>
+    <keyword type="property" name="The “array” property" link="basic-array-classes.html#GArrowArray--array"/>
+    <keyword type="function" name="garrow_list_array_new ()" link="composite-array-classes.html#garrow-list-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_list_array_get_value_type ()" link="composite-array-classes.html#garrow-list-array-get-value-type"/>
+    <keyword type="function" name="garrow_list_array_get_value ()" link="composite-array-classes.html#garrow-list-array-get-value"/>
+    <keyword type="function" name="garrow_struct_array_new ()" link="composite-array-classes.html#garrow-struct-array-new" since="0.4.0"/>
+    <keyword type="function" name="garrow_struct_array_get_field ()" link="composite-array-classes.html#garrow-struct-array-get-field"/>
+    <keyword type="function" name="garrow_struct_array_get_fields ()" link="composite-array-classes.html#garrow-struct-array-get-fields"/>
+    <keyword type="function" name="garrow_dictionary_array_new ()" link="composite-array-classes.html#garrow-dictionary-array-new" since="0.8.0"/>
+    <keyword type="function" name="garrow_dictionary_array_get_indices ()" link="composite-array-classes.html#garrow-dictionary-array-get-indices" since="0.8.0"/>
+    <keyword type="function" name="garrow_dictionary_array_get_dictionary ()" link="composite-array-classes.html#garrow-dictionary-array-get-dictionary" since="0.8.0"/>
+    <keyword type="function" name="garrow_dictionary_array_get_dictionary_data_type ()" link="composite-array-classes.html#garrow-dictionary-array-get-dictionary-data-type" since="0.8.0"/>
+    <keyword type="struct" name="struct GArrowListArray" link="composite-array-classes.html#GArrowListArray-struct"/>
+    <keyword type="struct" name="struct GArrowStructArray" link="composite-array-classes.html#GArrowStructArray-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_DICTIONARY_ARRAY" link="composite-array-classes.html#GARROW-TYPE-DICTIONARY-ARRAY:CAPS"/>
+    <keyword type="struct" name="struct GArrowDictionaryArrayClass" link="composite-array-classes.html#GArrowDictionaryArrayClass"/>
+    <keyword type="struct" name="GArrowDictionaryArray" link="composite-array-classes.html#GArrowDictionaryArray-struct"/>
+    <keyword type="function" name="garrow_array_builder_release_ownership ()" link="array-builder-classes.html#garrow-array-builder-release-ownership" since="0.8.0"/>
+    <keyword type="function" name="garrow_array_builder_get_value_data_type ()" link="array-builder-classes.html#garrow-array-builder-get-value-data-type" since="0.9.0"/>
+    <keyword type="function" name="garrow_array_builder_get_value_type ()" link="array-builder-classes.html#garrow-array-builder-get-value-type" since="0.9.0"/>
     <keyword type="function" name="garrow_array_builder_finish ()" link="array-builder-classes.html#garrow-array-builder-finish"/>
     <keyword type="function" name="garrow_boolean_array_builder_new ()" link="array-builder-classes.html#garrow-boolean-array-builder-new"/>
     <keyword type="function" name="garrow_boolean_array_builder_append ()" link="array-builder-classes.html#garrow-boolean-array-builder-append"/>
@@ -210,7 +205,6 @@
     <keyword type="function" name="garrow_int_array_builder_append_values ()" link="array-builder-classes.html#garrow-int-array-builder-append-values" since="0.8.0"/>
     <keyword type="function" name="garrow_int_array_builder_append_null ()" link="array-builder-classes.html#garrow-int-array-builder-append-null" since="0.6.0"/>
     <keyword type="function" name="garrow_int_array_builder_append_nulls ()" link="array-builder-classes.html#garrow-int-array-builder-append-nulls" since="0.8.0"/>
-    <keyword type="macro" name="GARROW_TYPE_UINT_ARRAY_BUILDER" link="array-builder-classes.html#GARROW-TYPE-UINT-ARRAY-BUILDER:CAPS"/>
     <keyword type="function" name="garrow_uint_array_builder_new ()" link="array-builder-classes.html#garrow-uint-array-builder-new" since="0.8.0"/>
     <keyword type="function" name="garrow_uint_array_builder_append ()" link="array-builder-classes.html#garrow-uint-array-builder-append" since="0.8.0"/>
     <keyword type="function" name="garrow_uint_array_builder_append_values ()" link="array-builder-classes.html#garrow-uint-array-builder-append-values" since="0.8.0"/>
@@ -305,8 +299,12 @@
     <keyword type="function" name="garrow_struct_array_builder_append_null ()" link="array-builder-classes.html#garrow-struct-array-builder-append-null"/>
     <keyword type="function" name="garrow_struct_array_builder_get_field_builder ()" link="array-builder-classes.html#garrow-struct-array-builder-get-field-builder"/>
     <keyword type="function" name="garrow_struct_array_builder_get_field_builders ()" link="array-builder-classes.html#garrow-struct-array-builder-get-field-builders"/>
+    <keyword type="macro" name="GARROW_TYPE_ARRAY_BUILDER" link="array-builder-classes.html#GARROW-TYPE-ARRAY-BUILDER:CAPS"/>
+    <keyword type="struct" name="struct GArrowArrayBuilderClass" link="array-builder-classes.html#GArrowArrayBuilderClass"/>
     <keyword type="struct" name="struct GArrowBooleanArrayBuilder" link="array-builder-classes.html#GArrowBooleanArrayBuilder-struct"/>
     <keyword type="struct" name="struct GArrowIntArrayBuilder" link="array-builder-classes.html#GArrowIntArrayBuilder-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_UINT_ARRAY_BUILDER" link="array-builder-classes.html#GARROW-TYPE-UINT-ARRAY-BUILDER:CAPS"/>
+    <keyword type="struct" name="struct GArrowUIntArrayBuilderClass" link="array-builder-classes.html#GArrowUIntArrayBuilderClass"/>
     <keyword type="struct" name="struct GArrowInt8ArrayBuilder" link="array-builder-classes.html#GArrowInt8ArrayBuilder-struct"/>
     <keyword type="struct" name="struct GArrowUInt8ArrayBuilder" link="array-builder-classes.html#GArrowUInt8ArrayBuilder-struct"/>
     <keyword type="struct" name="struct GArrowInt16ArrayBuilder" link="array-builder-classes.html#GArrowInt16ArrayBuilder-struct"/>
@@ -326,8 +324,15 @@
     <keyword type="struct" name="struct GArrowTime64ArrayBuilder" link="array-builder-classes.html#GArrowTime64ArrayBuilder-struct"/>
     <keyword type="struct" name="struct GArrowListArrayBuilder" link="array-builder-classes.html#GArrowListArrayBuilder-struct"/>
     <keyword type="struct" name="struct GArrowStructArrayBuilder" link="array-builder-classes.html#GArrowStructArrayBuilder-struct"/>
-    <keyword type="macro" name="GARROW_TYPE_CAST_OPTIONS" link="compute-classes.html#GARROW-TYPE-CAST-OPTIONS:CAPS"/>
+    <keyword type="struct" name="GArrowArrayBuilder" link="array-builder-classes.html#GArrowArrayBuilder-struct"/>
+    <keyword type="struct" name="GArrowUIntArrayBuilder" link="array-builder-classes.html#GArrowUIntArrayBuilder-struct"/>
+    <keyword type="property" name="The “array-builder” property" link="array-builder-classes.html#GArrowArrayBuilder--array-builder"/>
     <keyword type="function" name="garrow_cast_options_new ()" link="compute-classes.html#garrow-cast-options-new" since="0.7.0"/>
+    <keyword type="macro" name="GARROW_TYPE_CAST_OPTIONS" link="compute-classes.html#GARROW-TYPE-CAST-OPTIONS:CAPS"/>
+    <keyword type="struct" name="struct GArrowCastOptionsClass" link="compute-classes.html#GArrowCastOptionsClass"/>
+    <keyword type="struct" name="GArrowCastOptions" link="compute-classes.html#GArrowCastOptions-struct"/>
+    <keyword type="property" name="The “allow-int-overflow” property" link="compute-classes.html#GArrowCastOptions--allow-int-overflow"/>
+    <keyword type="property" name="The “allow-time-truncate” property" link="compute-classes.html#GArrowCastOptions--allow-time-truncate"/>
     <keyword type="function" name="garrow_tensor_new ()" link="GArrowTensor.html#garrow-tensor-new" since="0.3.0"/>
     <keyword type="function" name="garrow_tensor_equal ()" link="GArrowTensor.html#garrow-tensor-equal" since="0.4.0"/>
     <keyword type="function" name="garrow_tensor_get_value_data_type ()" link="GArrowTensor.html#garrow-tensor-get-value-data-type" since="0.3.0"/>
@@ -349,6 +354,7 @@
     <keyword type="function" name="garrow_data_type_equal ()" link="basic-data-type-classes.html#garrow-data-type-equal"/>
     <keyword type="function" name="garrow_data_type_to_string ()" link="basic-data-type-classes.html#garrow-data-type-to-string"/>
     <keyword type="function" name="garrow_data_type_get_id ()" link="basic-data-type-classes.html#garrow-data-type-get-id"/>
+    <keyword type="function" name="garrow_fixed_width_data_type_get_bit_width ()" link="basic-data-type-classes.html#garrow-fixed-width-data-type-get-bit-width"/>
     <keyword type="function" name="garrow_null_data_type_new ()" link="basic-data-type-classes.html#garrow-null-data-type-new"/>
     <keyword type="function" name="garrow_boolean_data_type_new ()" link="basic-data-type-classes.html#garrow-boolean-data-type-new"/>
     <keyword type="function" name="garrow_int8_data_type_new ()" link="basic-data-type-classes.html#garrow-int8-data-type-new"/>
@@ -366,56 +372,51 @@
     <keyword type="function" name="garrow_date32_data_type_new ()" link="basic-data-type-classes.html#garrow-date32-data-type-new" since="0.7.0"/>
     <keyword type="function" name="garrow_date64_data_type_new ()" link="basic-data-type-classes.html#garrow-date64-data-type-new" since="0.7.0"/>
     <keyword type="function" name="garrow_timestamp_data_type_new ()" link="basic-data-type-classes.html#garrow-timestamp-data-type-new" since="0.7.0"/>
+    <keyword type="function" name="garrow_timestamp_data_type_get_unit ()" link="basic-data-type-classes.html#garrow-timestamp-data-type-get-unit" since="0.8.0"/>
     <keyword type="function" name="garrow_time_data_type_get_unit ()" link="basic-data-type-classes.html#garrow-time-data-type-get-unit" since="0.7.0"/>
     <keyword type="function" name="garrow_time32_data_type_new ()" link="basic-data-type-classes.html#garrow-time32-data-type-new" since="0.7.0"/>
     <keyword type="function" name="garrow_time64_data_type_new ()" link="basic-data-type-classes.html#garrow-time64-data-type-new" since="0.7.0"/>
-    <keyword type="struct" name="struct GArrowDataType" link="basic-data-type-classes.html#GArrowDataType-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_DATA_TYPE" link="basic-data-type-classes.html#GARROW-TYPE-DATA-TYPE:CAPS"/>
+    <keyword type="struct" name="struct GArrowDataTypeClass" link="basic-data-type-classes.html#GArrowDataTypeClass"/>
+    <keyword type="macro" name="GARROW_TYPE_FIXED_WIDTH_DATA_TYPE" link="basic-data-type-classes.html#GARROW-TYPE-FIXED-WIDTH-DATA-TYPE:CAPS"/>
+    <keyword type="struct" name="struct GArrowFixedWidthDataTypeClass" link="basic-data-type-classes.html#GArrowFixedWidthDataTypeClass"/>
     <keyword type="struct" name="struct GArrowNullDataType" link="basic-data-type-classes.html#GArrowNullDataType-struct"/>
-    <keyword type="struct" name="struct GArrowNullDataTypeClass" link="basic-data-type-classes.html#GArrowNullDataTypeClass"/>
-    <keyword type="struct" name="struct GArrowBooleanDataType" link="basic-data-type-classes.html#GArrowBooleanDataType-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_BOOLEAN_DATA_TYPE" link="basic-data-type-classes.html#GARROW-TYPE-BOOLEAN-DATA-TYPE:CAPS"/>
     <keyword type="struct" name="struct GArrowBooleanDataTypeClass" link="basic-data-type-classes.html#GArrowBooleanDataTypeClass"/>
     <keyword type="struct" name="struct GArrowInt8DataType" link="basic-data-type-classes.html#GArrowInt8DataType-struct"/>
-    <keyword type="struct" name="struct GArrowInt8DataTypeClass" link="basic-data-type-classes.html#GArrowInt8DataTypeClass"/>
     <keyword type="struct" name="struct GArrowUInt8DataType" link="basic-data-type-classes.html#GArrowUInt8DataType-struct"/>
-    <keyword type="struct" name="struct GArrowUInt8DataTypeClass" link="basic-data-type-classes.html#GArrowUInt8DataTypeClass"/>
     <keyword type="struct" name="struct GArrowInt16DataType" link="basic-data-type-classes.html#GArrowInt16DataType-struct"/>
-    <keyword type="struct" name="struct GArrowInt16DataTypeClass" link="basic-data-type-classes.html#GArrowInt16DataTypeClass"/>
     <keyword type="struct" name="struct GArrowUInt16DataType" link="basic-data-type-classes.html#GArrowUInt16DataType-struct"/>
-    <keyword type="struct" name="struct GArrowUInt16DataTypeClass" link="basic-data-type-classes.html#GArrowUInt16DataTypeClass"/>
     <keyword type="struct" name="struct GArrowInt32DataType" link="basic-data-type-classes.html#GArrowInt32DataType-struct"/>
-    <keyword type="struct" name="struct GArrowInt32DataTypeClass" link="basic-data-type-classes.html#GArrowInt32DataTypeClass"/>
     <keyword type="struct" name="struct GArrowUInt32DataType" link="basic-data-type-classes.html#GArrowUInt32DataType-struct"/>
-    <keyword type="struct" name="struct GArrowUInt32DataTypeClass" link="basic-data-type-classes.html#GArrowUInt32DataTypeClass"/>
     <keyword type="struct" name="struct GArrowInt64DataType" link="basic-data-type-classes.html#GArrowInt64DataType-struct"/>
-    <keyword type="struct" name="struct GArrowInt64DataTypeClass" link="basic-data-type-classes.html#GArrowInt64DataTypeClass"/>
     <keyword type="struct" name="struct GArrowUInt64DataType" link="basic-data-type-classes.html#GArrowUInt64DataType-struct"/>
-    <keyword type="struct" name="struct GArrowUInt64DataTypeClass" link="basic-data-type-classes.html#GArrowUInt64DataTypeClass"/>
     <keyword type="struct" name="struct GArrowFloatDataType" link="basic-data-type-classes.html#GArrowFloatDataType-struct"/>
-    <keyword type="struct" name="struct GArrowFloatDataTypeClass" link="basic-data-type-classes.html#GArrowFloatDataTypeClass"/>
     <keyword type="struct" name="struct GArrowDoubleDataType" link="basic-data-type-classes.html#GArrowDoubleDataType-struct"/>
-    <keyword type="struct" name="struct GArrowDoubleDataTypeClass" link="basic-data-type-classes.html#GArrowDoubleDataTypeClass"/>
     <keyword type="struct" name="struct GArrowBinaryDataType" link="basic-data-type-classes.html#GArrowBinaryDataType-struct"/>
-    <keyword type="struct" name="struct GArrowBinaryDataTypeClass" link="basic-data-type-classes.html#GArrowBinaryDataTypeClass"/>
     <keyword type="struct" name="struct GArrowStringDataType" link="basic-data-type-classes.html#GArrowStringDataType-struct"/>
-    <keyword type="struct" name="struct GArrowStringDataTypeClass" link="basic-data-type-classes.html#GArrowStringDataTypeClass"/>
     <keyword type="struct" name="struct GArrowDate32DataType" link="basic-data-type-classes.html#GArrowDate32DataType-struct"/>
-    <keyword type="struct" name="struct GArrowDate32DataTypeClass" link="basic-data-type-classes.html#GArrowDate32DataTypeClass"/>
     <keyword type="struct" name="struct GArrowDate64DataType" link="basic-data-type-classes.html#GArrowDate64DataType-struct"/>
-    <keyword type="struct" name="struct GArrowDate64DataTypeClass" link="basic-data-type-classes.html#GArrowDate64DataTypeClass"/>
     <keyword type="struct" name="struct GArrowTimestampDataType" link="basic-data-type-classes.html#GArrowTimestampDataType-struct"/>
-    <keyword type="struct" name="struct GArrowTimestampDataTypeClass" link="basic-data-type-classes.html#GArrowTimestampDataTypeClass"/>
     <keyword type="struct" name="struct GArrowTimeDataType" link="basic-data-type-classes.html#GArrowTimeDataType-struct"/>
-    <keyword type="struct" name="struct GArrowTimeDataTypeClass" link="basic-data-type-classes.html#GArrowTimeDataTypeClass"/>
     <keyword type="struct" name="struct GArrowTime32DataType" link="basic-data-type-classes.html#GArrowTime32DataType-struct"/>
-    <keyword type="struct" name="struct GArrowTime32DataTypeClass" link="basic-data-type-classes.html#GArrowTime32DataTypeClass"/>
     <keyword type="struct" name="struct GArrowTime64DataType" link="basic-data-type-classes.html#GArrowTime64DataType-struct"/>
-    <keyword type="struct" name="struct GArrowTime64DataTypeClass" link="basic-data-type-classes.html#GArrowTime64DataTypeClass"/>
+    <keyword type="struct" name="GArrowBooleanDataType" link="basic-data-type-classes.html#GArrowBooleanDataType-struct"/>
+    <keyword type="struct" name="GArrowDataType" link="basic-data-type-classes.html#GArrowDataType-struct"/>
+    <keyword type="struct" name="GArrowFixedWidthDataType" link="basic-data-type-classes.html#GArrowFixedWidthDataType-struct"/>
     <keyword type="property" name="The “data-type” property" link="basic-data-type-classes.html#GArrowDataType--data-type"/>
     <keyword type="function" name="garrow_list_data_type_new ()" link="composite-data-type-classes.html#garrow-list-data-type-new"/>
     <keyword type="function" name="garrow_list_data_type_get_value_field ()" link="composite-data-type-classes.html#garrow-list-data-type-get-value-field"/>
     <keyword type="function" name="garrow_struct_data_type_new ()" link="composite-data-type-classes.html#garrow-struct-data-type-new"/>
+    <keyword type="function" name="garrow_dictionary_data_type_new ()" link="composite-data-type-classes.html#garrow-dictionary-data-type-new" since="0.8.0"/>
+    <keyword type="function" name="garrow_dictionary_data_type_get_index_data_type ()" link="composite-data-type-classes.html#garrow-dictionary-data-type-get-index-data-type" since="0.8.0"/>
+    <keyword type="function" name="garrow_dictionary_data_type_get_dictionary ()" link="composite-data-type-classes.html#garrow-dictionary-data-type-get-dictionary" since="0.8.0"/>
+    <keyword type="function" name="garrow_dictionary_data_type_is_ordered ()" link="composite-data-type-classes.html#garrow-dictionary-data-type-is-ordered" since="0.8.0"/>
     <keyword type="struct" name="struct GArrowListDataType" link="composite-data-type-classes.html#GArrowListDataType-struct"/>
     <keyword type="struct" name="struct GArrowStructDataType" link="composite-data-type-classes.html#GArrowStructDataType-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_DICTIONARY_DATA_TYPE" link="composite-data-type-classes.html#GARROW-TYPE-DICTIONARY-DATA-TYPE:CAPS"/>
+    <keyword type="struct" name="struct GArrowDictionaryDataTypeClass" link="composite-data-type-classes.html#GArrowDictionaryDataTypeClass"/>
+    <keyword type="struct" name="GArrowDictionaryDataType" link="composite-data-type-classes.html#GArrowDictionaryDataType-struct"/>
     <keyword type="function" name="garrow_field_new ()" link="GArrowField.html#garrow-field-new"/>
     <keyword type="function" name="garrow_field_new_full ()" link="GArrowField.html#garrow-field-new-full"/>
     <keyword type="function" name="garrow_field_get_name ()" link="GArrowField.html#garrow-field-get-name"/>
@@ -469,6 +470,8 @@
     <keyword type="property" name="The “column” property" link="GArrowColumn.html#GArrowColumn--column"/>
     <keyword type="function" name="garrow_chunked_array_new ()" link="GArrowChunkedArray.html#garrow-chunked-array-new"/>
     <keyword type="function" name="garrow_chunked_array_equal ()" link="GArrowChunkedArray.html#garrow-chunked-array-equal" since="0.4.0"/>
+    <keyword type="function" name="garrow_chunked_array_get_value_data_type ()" link="GArrowChunkedArray.html#garrow-chunked-array-get-value-data-type" since="0.9.0"/>
+    <keyword type="function" name="garrow_chunked_array_get_value_type ()" link="GArrowChunkedArray.html#garrow-chunked-array-get-value-type" since="0.9.0"/>
     <keyword type="function" name="garrow_chunked_array_get_length ()" link="GArrowChunkedArray.html#garrow-chunked-array-get-length"/>
     <keyword type="function" name="garrow_chunked_array_get_n_nulls ()" link="GArrowChunkedArray.html#garrow-chunked-array-get-n-nulls"/>
     <keyword type="function" name="garrow_chunked_array_get_n_chunks ()" link="GArrowChunkedArray.html#garrow-chunked-array-get-n-chunks"/>
@@ -476,6 +479,17 @@
     <keyword type="function" name="garrow_chunked_array_get_chunks ()" link="GArrowChunkedArray.html#garrow-chunked-array-get-chunks"/>
     <keyword type="struct" name="struct GArrowChunkedArray" link="GArrowChunkedArray.html#GArrowChunkedArray-struct"/>
     <keyword type="property" name="The “chunked-array” property" link="GArrowChunkedArray.html#GArrowChunkedArray--chunked-array"/>
+    <keyword type="function" name="garrow_record_batch_builder_new ()" link="table-builder-classes.html#garrow-record-batch-builder-new" since="0.8.0"/>
+    <keyword type="function" name="garrow_record_batch_builder_get_initial_capacity ()" link="table-builder-classes.html#garrow-record-batch-builder-get-initial-capacity" since="0.8.0"/>
+    <keyword type="function" name="garrow_record_batch_builder_set_initial_capacity ()" link="table-builder-classes.html#garrow-record-batch-builder-set-initial-capacity" since="0.8.0"/>
+    <keyword type="function" name="garrow_record_batch_builder_get_schema ()" link="table-builder-classes.html#garrow-record-batch-builder-get-schema" since="0.8.0"/>
+    <keyword type="function" name="garrow_record_batch_builder_get_n_fields ()" link="table-builder-classes.html#garrow-record-batch-builder-get-n-fields" since="0.8.0"/>
+    <keyword type="function" name="garrow_record_batch_builder_get_field ()" link="table-builder-classes.html#garrow-record-batch-builder-get-field" since="0.8.0"/>
+    <keyword type="function" name="garrow_record_batch_builder_flush ()" link="table-builder-classes.html#garrow-record-batch-builder-flush" since="0.8.0"/>
+    <keyword type="macro" name="GARROW_TYPE_RECORD_BATCH_BUILDER" link="table-builder-classes.html#GARROW-TYPE-RECORD-BATCH-BUILDER:CAPS"/>
+    <keyword type="struct" name="struct GArrowRecordBatchBuilderClass" link="table-builder-classes.html#GArrowRecordBatchBuilderClass"/>
+    <keyword type="struct" name="GArrowRecordBatchBuilder" link="table-builder-classes.html#GArrowRecordBatchBuilder-struct"/>
+    <keyword type="property" name="The “record-batch-builder” property" link="table-builder-classes.html#GArrowRecordBatchBuilder--record-batch-builder"/>
     <keyword type="function" name="garrow_buffer_new ()" link="buffer-classes.html#garrow-buffer-new" since="0.3.0"/>
     <keyword type="function" name="garrow_buffer_equal ()" link="buffer-classes.html#garrow-buffer-equal" since="0.4.0"/>
     <keyword type="function" name="garrow_buffer_equal_n_bytes ()" link="buffer-classes.html#garrow-buffer-equal-n-bytes" since="0.4.0"/>
@@ -492,10 +506,14 @@
     <keyword type="function" name="garrow_resizable_buffer_resize ()" link="buffer-classes.html#garrow-resizable-buffer-resize" since="0.3.0"/>
     <keyword type="function" name="garrow_resizable_buffer_reserve ()" link="buffer-classes.html#garrow-resizable-buffer-reserve" since="0.3.0"/>
     <keyword type="function" name="garrow_pool_buffer_new ()" link="buffer-classes.html#garrow-pool-buffer-new" since="0.3.0"/>
-    <keyword type="struct" name="struct GArrowBuffer" link="buffer-classes.html#GArrowBuffer-struct"/>
-    <keyword type="struct" name="struct GArrowMutableBuffer" link="buffer-classes.html#GArrowMutableBuffer-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_BUFFER" link="buffer-classes.html#GARROW-TYPE-BUFFER:CAPS"/>
+    <keyword type="struct" name="struct GArrowBufferClass" link="buffer-classes.html#GArrowBufferClass"/>
+    <keyword type="macro" name="GARROW_TYPE_MUTABLE_BUFFER" link="buffer-classes.html#GARROW-TYPE-MUTABLE-BUFFER:CAPS"/>
+    <keyword type="struct" name="struct GArrowMutableBufferClass" link="buffer-classes.html#GArrowMutableBufferClass"/>
     <keyword type="struct" name="struct GArrowResizableBuffer" link="buffer-classes.html#GArrowResizableBuffer-struct"/>
     <keyword type="struct" name="struct GArrowPoolBuffer" link="buffer-classes.html#GArrowPoolBuffer-struct"/>
+    <keyword type="struct" name="GArrowBuffer" link="buffer-classes.html#GArrowBuffer-struct"/>
+    <keyword type="struct" name="GArrowMutableBuffer" link="buffer-classes.html#GArrowMutableBuffer-struct"/>
     <keyword type="property" name="The “buffer” property" link="buffer-classes.html#GArrowBuffer--buffer"/>
     <keyword type="function" name="garrow_error_quark ()" link="arrow-glib-GArrowError.html#garrow-error-quark"/>
     <keyword type="enum" name="enum GArrowError" link="arrow-glib-GArrowError.html#GArrowError"/>
@@ -512,11 +530,17 @@
     <keyword type="function" name="garrow_memory_mapped_input_stream_new ()" link="input-stream-classes.html#garrow-memory-mapped-input-stream-new"/>
     <keyword type="function" name="garrow_gio_input_stream_new ()" link="input-stream-classes.html#garrow-gio-input-stream-new" since="0.5.0"/>
     <keyword type="function" name="garrow_gio_input_stream_get_raw ()" link="input-stream-classes.html#garrow-gio-input-stream-get-raw" since="0.5.0"/>
-    <keyword type="struct" name="struct GArrowInputStream" link="input-stream-classes.html#GArrowInputStream-struct"/>
-    <keyword type="struct" name="struct GArrowSeekableInputStream" link="input-stream-classes.html#GArrowSeekableInputStream-struct"/>
-    <keyword type="struct" name="struct GArrowBufferInputStream" link="input-stream-classes.html#GArrowBufferInputStream-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_INPUT_STREAM" link="input-stream-classes.html#GARROW-TYPE-INPUT-STREAM:CAPS"/>
+    <keyword type="struct" name="struct GArrowInputStreamClass" link="input-stream-classes.html#GArrowInputStreamClass"/>
+    <keyword type="macro" name="GARROW_TYPE_SEEKABLE_INPUT_STREAM" link="input-stream-classes.html#GARROW-TYPE-SEEKABLE-INPUT-STREAM:CAPS"/>
+    <keyword type="struct" name="struct GArrowSeekableInputStreamClass" link="input-stream-classes.html#GArrowSeekableInputStreamClass"/>
+    <keyword type="macro" name="GARROW_TYPE_BUFFER_INPUT_STREAM" link="input-stream-classes.html#GARROW-TYPE-BUFFER-INPUT-STREAM:CAPS"/>
+    <keyword type="struct" name="struct GArrowBufferInputStreamClass" link="input-stream-classes.html#GArrowBufferInputStreamClass"/>
     <keyword type="struct" name="struct GArrowMemoryMappedInputStream" link="input-stream-classes.html#GArrowMemoryMappedInputStream-struct"/>
     <keyword type="struct" name="struct GArrowGIOInputStream" link="input-stream-classes.html#GArrowGIOInputStream-struct"/>
+    <keyword type="struct" name="GArrowBufferInputStream" link="input-stream-classes.html#GArrowBufferInputStream-struct"/>
+    <keyword type="struct" name="GArrowInputStream" link="input-stream-classes.html#GArrowInputStream-struct"/>
+    <keyword type="struct" name="GArrowSeekableInputStream" link="input-stream-classes.html#GArrowSeekableInputStream-struct"/>
     <keyword type="property" name="The “input-stream” property" link="input-stream-classes.html#GArrowInputStream--input-stream"/>
     <keyword type="function" name="garrow_writeable_write ()" link="GArrowWriteable.html#garrow-writeable-write"/>
     <keyword type="function" name="garrow_writeable_flush ()" link="GArrowWriteable.html#garrow-writeable-flush"/>
@@ -528,10 +552,12 @@
     <keyword type="function" name="garrow_buffer_output_stream_new ()" link="output-stream-classes.html#garrow-buffer-output-stream-new"/>
     <keyword type="function" name="garrow_gio_output_stream_new ()" link="output-stream-classes.html#garrow-gio-output-stream-new"/>
     <keyword type="function" name="garrow_gio_output_stream_get_raw ()" link="output-stream-classes.html#garrow-gio-output-stream-get-raw" since="0.5.0"/>
-    <keyword type="struct" name="struct GArrowOutputStream" link="output-stream-classes.html#GArrowOutputStream-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_OUTPUT_STREAM" link="output-stream-classes.html#GARROW-TYPE-OUTPUT-STREAM:CAPS"/>
+    <keyword type="struct" name="struct GArrowOutputStreamClass" link="output-stream-classes.html#GArrowOutputStreamClass"/>
     <keyword type="struct" name="struct GArrowFileOutputStream" link="output-stream-classes.html#GArrowFileOutputStream-struct"/>
     <keyword type="struct" name="struct GArrowBufferOutputStream" link="output-stream-classes.html#GArrowBufferOutputStream-struct"/>
     <keyword type="struct" name="struct GArrowGIOOutputStream" link="output-stream-classes.html#GArrowGIOOutputStream-struct"/>
+    <keyword type="struct" name="GArrowOutputStream" link="output-stream-classes.html#GArrowOutputStream-struct"/>
     <keyword type="property" name="The “output-stream” property" link="output-stream-classes.html#GArrowOutputStream--output-stream"/>
     <keyword type="function" name="garrow_file_close ()" link="GArrowFile.html#garrow-file-close"/>
     <keyword type="function" name="garrow_file_tell ()" link="GArrowFile.html#garrow-file-tell"/>
@@ -540,7 +566,9 @@
     <keyword type="enum" name="enum GArrowMetadataVersion" link="arrow-glib-GArrowMetadataVersion.html#GArrowMetadataVersion"/>
     <keyword type="function" name="garrow_record_batch_reader_get_schema ()" link="reader-classes.html#garrow-record-batch-reader-get-schema" since="0.4.0"/>
     <keyword type="function" name="garrow_record_batch_reader_get_next_record_batch ()" link="reader-classes.html#garrow-record-batch-reader-get-next-record-batch" deprecated="" since="0.4.0"/>
-    <keyword type="function" name="garrow_record_batch_reader_read_next_record_batch ()" link="reader-classes.html#garrow-record-batch-reader-read-next-record-batch" since="0.5.0"/>
+    <keyword type="function" name="garrow_record_batch_reader_read_next_record_batch ()" link="reader-classes.html#garrow-record-batch-reader-read-next-record-batch" deprecated="" since="0.5.0"/>
+    <keyword type="function" name="garrow_record_batch_reader_read_next ()" link="reader-classes.html#garrow-record-batch-reader-read-next" since="0.8.0"/>
+    <keyword type="function" name="garrow_table_batch_reader_new ()" link="reader-classes.html#garrow-table-batch-reader-new" since="0.8.0"/>
     <keyword type="function" name="garrow_record_batch_stream_reader_new ()" link="reader-classes.html#garrow-record-batch-stream-reader-new" since="0.4.0"/>
     <keyword type="function" name="garrow_record_batch_file_reader_new ()" link="reader-classes.html#garrow-record-batch-file-reader-new" since="0.4.0"/>
     <keyword type="function" name="garrow_record_batch_file_reader_get_schema ()" link="reader-classes.html#garrow-record-batch-file-reader-get-schema" since="0.4.0"/>
@@ -557,14 +585,20 @@
     <keyword type="function" name="garrow_feather_file_reader_get_column_name ()" link="reader-classes.html#garrow-feather-file-reader-get-column-name" since="0.4.0"/>
     <keyword type="function" name="garrow_feather_file_reader_get_column ()" link="reader-classes.html#garrow-feather-file-reader-get-column" since="0.4.0"/>
     <keyword type="function" name="garrow_feather_file_reader_get_columns ()" link="reader-classes.html#garrow-feather-file-reader-get-columns" since="0.4.0"/>
-    <keyword type="struct" name="struct GArrowRecordBatchReader" link="reader-classes.html#GArrowRecordBatchReader-struct"/>
+    <keyword type="macro" name="GARROW_TYPE_RECORD_BATCH_READER" link="reader-classes.html#GARROW-TYPE-RECORD-BATCH-READER:CAPS"/>
+    <keyword type="struct" name="struct GArrowRecordBatchReaderClass" link="reader-classes.html#GArrowRecordBatchReaderClass"/>
+    <keyword type="macro" name="GARROW_TYPE_TABLE_BATCH_READER" link="reader-classes.html#GARROW-TYPE-TABLE-BATCH-READER:CAPS"/>
+    <keyword type="struct" name="struct GArrowTableBatchReaderClass" link="reader-classes.html#GArrowTableBatchReaderClass"/>
     <keyword type="struct" name="struct GArrowRecordBatchStreamReader" link="reader-classes.html#GArrowRecordBatchStreamReader-struct"/>
     <keyword type="struct" name="struct GArrowRecordBatchFileReader" link="reader-classes.html#GArrowRecordBatchFileReader-struct"/>
     <keyword type="struct" name="struct GArrowFeatherFileReader" link="reader-classes.html#GArrowFeatherFileReader-struct"/>
-    <keyword type="property" name="The “record-batch-reader” property" link="reader-classes.html#GArrowRecordBatchReader--record-batch-reader"/>
+    <keyword type="struct" name="GArrowRecordBatchReader" link="reader-classes.html#GArrowRecordBatchReader-struct"/>
+    <keyword type="struct" name="GArrowTableBatchReader" link="reader-classes.html#GArrowTableBatchReader-struct"/>
     <keyword type="property" name="The “record-batch-file-reader” property" link="reader-classes.html#GArrowRecordBatchFileReader--record-batch-file-reader"/>
     <keyword type="property" name="The “feather-table-reader” property" link="reader-classes.html#GArrowFeatherFileReader--feather-table-reader"/>
+    <keyword type="property" name="The “record-batch-reader” property" link="reader-classes.html#GArrowRecordBatchReader--record-batch-reader"/>
     <keyword type="function" name="garrow_record_batch_writer_write_record_batch ()" link="writer-classes.html#garrow-record-batch-writer-write-record-batch" since="0.4.0"/>
+    <keyword type="function" name="garrow_record_batch_writer_write_table ()" link="writer-classes.html#garrow-record-batch-writer-write-table" since="0.8.0"/>
     <keyword type="function" name="garrow_record_batch_writer_close ()" link="writer-classes.html#garrow-record-batch-writer-close" since="0.4.0"/>
     <keyword type="function" name="garrow_record_batch_stream_writer_new ()" link="writer-classes.html#garrow-record-batch-stream-writer-new" since="0.4.0"/>
     <keyword type="function" name="garrow_record_batch_file_writer_new ()" link="writer-classes.html#garrow-record-batch-file-writer-new" since="0.4.0"/>
@@ -579,5 +613,48 @@
     <keyword type="struct" name="struct GArrowFeatherFileWriter" link="writer-classes.html#GArrowFeatherFileWriter-struct"/>
     <keyword type="property" name="The “record-batch-writer” property" link="writer-classes.html#GArrowRecordBatchWriter--record-batch-writer"/>
     <keyword type="property" name="The “feather-table-writer” property" link="writer-classes.html#GArrowFeatherFileWriter--feather-table-writer"/>
+    <keyword type="constant" name="GARROW_TYPE_NA" link="arrow-glib-GArrowType.html#GARROW-TYPE-NA:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_BOOL" link="arrow-glib-GArrowType.html#GARROW-TYPE-BOOL:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_UINT8" link="arrow-glib-GArrowType.html#GARROW-TYPE-UINT8:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_INT8" link="arrow-glib-GArrowType.html#GARROW-TYPE-INT8:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_UINT16" link="arrow-glib-GArrowType.html#GARROW-TYPE-UINT16:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_INT16" link="arrow-glib-GArrowType.html#GARROW-TYPE-INT16:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_UINT32" link="arrow-glib-GArrowType.html#GARROW-TYPE-UINT32:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_INT32" link="arrow-glib-GArrowType.html#GARROW-TYPE-INT32:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_UINT64" link="arrow-glib-GArrowType.html#GARROW-TYPE-UINT64:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_INT64" link="arrow-glib-GArrowType.html#GARROW-TYPE-INT64:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_HALF_FLOAT" link="arrow-glib-GArrowType.html#GARROW-TYPE-HALF-FLOAT:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_FLOAT" link="arrow-glib-GArrowType.html#GARROW-TYPE-FLOAT:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_DOUBLE" link="arrow-glib-GArrowType.html#GARROW-TYPE-DOUBLE:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_STRING" link="arrow-glib-GArrowType.html#GARROW-TYPE-STRING:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_BINARY" link="arrow-glib-GArrowType.html#GARROW-TYPE-BINARY:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_DATE32" link="arrow-glib-GArrowType.html#GARROW-TYPE-DATE32:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_DATE64" link="arrow-glib-GArrowType.html#GARROW-TYPE-DATE64:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_TIMESTAMP" link="arrow-glib-GArrowType.html#GARROW-TYPE-TIMESTAMP:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_TIME32" link="arrow-glib-GArrowType.html#GARROW-TYPE-TIME32:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_TIME64" link="arrow-glib-GArrowType.html#GARROW-TYPE-TIME64:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_INTERVAL" link="arrow-glib-GArrowType.html#GARROW-TYPE-INTERVAL:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_DECIMAL" link="arrow-glib-GArrowType.html#GARROW-TYPE-DECIMAL:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_LIST" link="arrow-glib-GArrowType.html#GARROW-TYPE-LIST:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_STRUCT" link="arrow-glib-GArrowType.html#GARROW-TYPE-STRUCT:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_UNION" link="arrow-glib-GArrowType.html#GARROW-TYPE-UNION:CAPS"/>
+    <keyword type="constant" name="GARROW_TYPE_DICTIONARY" link="arrow-glib-GArrowType.html#GARROW-TYPE-DICTIONARY:CAPS"/>
+    <keyword type="constant" name="GARROW_TIME_UNIT_SECOND" link="arrow-glib-GArrowType.html#GARROW-TIME-UNIT-SECOND:CAPS"/>
+    <keyword type="constant" name="GARROW_TIME_UNIT_MILLI" link="arrow-glib-GArrowType.html#GARROW-TIME-UNIT-MILLI:CAPS"/>
+    <keyword type="constant" name="GARROW_TIME_UNIT_MICRO" link="arrow-glib-GArrowType.html#GARROW-TIME-UNIT-MICRO:CAPS"/>
+    <keyword type="constant" name="GARROW_TIME_UNIT_NANO" link="arrow-glib-GArrowType.html#GARROW-TIME-UNIT-NANO:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_OUT_OF_MEMORY" link="arrow-glib-GArrowError.html#GARROW-ERROR-OUT-OF-MEMORY:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_KEY" link="arrow-glib-GArrowError.html#GARROW-ERROR-KEY:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_TYPE" link="arrow-glib-GArrowError.html#GARROW-ERROR-TYPE:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_INVALID" link="arrow-glib-GArrowError.html#GARROW-ERROR-INVALID:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_IO" link="arrow-glib-GArrowError.html#GARROW-ERROR-IO:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_UNKNOWN" link="arrow-glib-GArrowError.html#GARROW-ERROR-UNKNOWN:CAPS"/>
+    <keyword type="constant" name="GARROW_ERROR_NOT_IMPLEMENTED" link="arrow-glib-GArrowError.html#GARROW-ERROR-NOT-IMPLEMENTED:CAPS"/>
+    <keyword type="constant" name="GARROW_FILE_MODE_READ" link="arrow-glib-GArrowFileMode.html#GARROW-FILE-MODE-READ:CAPS"/>
+    <keyword type="constant" name="GARROW_FILE_MODE_WRITE" link="arrow-glib-GArrowFileMode.html#GARROW-FILE-MODE-WRITE:CAPS"/>
+    <keyword type="constant" name="GARROW_FILE_MODE_READWRITE" link="arrow-glib-GArrowFileMode.html#GARROW-FILE-MODE-READWRITE:CAPS"/>
+    <keyword type="constant" name="GARROW_METADATA_VERSION_V1" link="arrow-glib-GArrowMetadataVersion.html#GARROW-METADATA-VERSION-V1:CAPS"/>
+    <keyword type="constant" name="GARROW_METADATA_VERSION_V2" link="arrow-glib-GArrowMetadataVersion.html#GARROW-METADATA-VERSION-V2:CAPS"/>
+    <keyword type="constant" name="GARROW_METADATA_VERSION_V3" link="arrow-glib-GArrowMetadataVersion.html#GARROW-METADATA-VERSION-V3:CAPS"/>
   </functions>
 </book>