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 2017/04/25 21:28:44 UTC

[02/12] arrow-site git commit: Add initial GLib docs

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/index.sgml
----------------------------------------------------------------------
diff --git a/docs/c_glib/index.sgml b/docs/c_glib/index.sgml
new file mode 100644
index 0000000..d74def5
--- /dev/null
+++ b/docs/c_glib/index.sgml
@@ -0,0 +1,625 @@
+<ANCHOR id="array-classes" href="arrow-glib/array-classes.html">
+<ANCHOR id="array-classes.functions" href="arrow-glib/array-classes.html#array-classes.functions">
+<ANCHOR id="array-classes.properties" href="arrow-glib/array-classes.html#array-classes.properties">
+<ANCHOR id="GArrowArray" href="arrow-glib/array-classes.html#GArrowArray">
+<ANCHOR id="GArrowNullArray" href="arrow-glib/array-classes.html#GArrowNullArray">
+<ANCHOR id="GArrowPrimitiveArray" href="arrow-glib/array-classes.html#GArrowPrimitiveArray">
+<ANCHOR id="GArrowBooleanArray" href="arrow-glib/array-classes.html#GArrowBooleanArray">
+<ANCHOR id="GArrowInt8Array" href="arrow-glib/array-classes.html#GArrowInt8Array">
+<ANCHOR id="GArrowUInt8Array" href="arrow-glib/array-classes.html#GArrowUInt8Array">
+<ANCHOR id="GArrowInt16Array" href="arrow-glib/array-classes.html#GArrowInt16Array">
+<ANCHOR id="GArrowUInt16Array" href="arrow-glib/array-classes.html#GArrowUInt16Array">
+<ANCHOR id="GArrowInt32Array" href="arrow-glib/array-classes.html#GArrowInt32Array">
+<ANCHOR id="GArrowUInt32Array" href="arrow-glib/array-classes.html#GArrowUInt32Array">
+<ANCHOR id="GArrowInt64Array" href="arrow-glib/array-classes.html#GArrowInt64Array">
+<ANCHOR id="GArrowUInt64Array" href="arrow-glib/array-classes.html#GArrowUInt64Array">
+<ANCHOR id="GArrowFloatArray" href="arrow-glib/array-classes.html#GArrowFloatArray">
+<ANCHOR id="GArrowDoubleArray" href="arrow-glib/array-classes.html#GArrowDoubleArray">
+<ANCHOR id="GArrowBinaryArray" href="arrow-glib/array-classes.html#GArrowBinaryArray">
+<ANCHOR id="GArrowStringArray" href="arrow-glib/array-classes.html#GArrowStringArray">
+<ANCHOR id="GArrowListArray" href="arrow-glib/array-classes.html#GArrowListArray">
+<ANCHOR id="GArrowStructArray" href="arrow-glib/array-classes.html#GArrowStructArray">
+<ANCHOR id="array-classes.other" href="arrow-glib/array-classes.html#array-classes.other">
+<ANCHOR id="array-classes.object-hierarchy" href="arrow-glib/array-classes.html#array-classes.object-hierarchy">
+<ANCHOR id="array-classes.includes" href="arrow-glib/array-classes.html#array-classes.includes">
+<ANCHOR id="array-classes.description" href="arrow-glib/array-classes.html#array-classes.description">
+<ANCHOR id="array-classes.functions_details" href="arrow-glib/array-classes.html#array-classes.functions_details">
+<ANCHOR id="garrow-array-is-null" href="arrow-glib/array-classes.html#garrow-array-is-null">
+<ANCHOR id="garrow-array-get-length" href="arrow-glib/array-classes.html#garrow-array-get-length">
+<ANCHOR id="garrow-array-get-offset" href="arrow-glib/array-classes.html#garrow-array-get-offset">
+<ANCHOR id="garrow-array-get-n-nulls" href="arrow-glib/array-classes.html#garrow-array-get-n-nulls">
+<ANCHOR id="garrow-array-get-null-bitmap" href="arrow-glib/array-classes.html#garrow-array-get-null-bitmap">
+<ANCHOR id="garrow-array-get-value-data-type" href="arrow-glib/array-classes.html#garrow-array-get-value-data-type">
+<ANCHOR id="garrow-array-get-value-type" href="arrow-glib/array-classes.html#garrow-array-get-value-type">
+<ANCHOR id="garrow-array-slice" href="arrow-glib/array-classes.html#garrow-array-slice">
+<ANCHOR id="garrow-null-array-new" href="arrow-glib/array-classes.html#garrow-null-array-new">
+<ANCHOR id="garrow-primitive-array-get-buffer" href="arrow-glib/array-classes.html#garrow-primitive-array-get-buffer">
+<ANCHOR id="garrow-boolean-array-get-value" href="arrow-glib/array-classes.html#garrow-boolean-array-get-value">
+<ANCHOR id="garrow-int8-array-get-value" href="arrow-glib/array-classes.html#garrow-int8-array-get-value">
+<ANCHOR id="garrow-uint8-array-get-value" href="arrow-glib/array-classes.html#garrow-uint8-array-get-value">
+<ANCHOR id="garrow-int16-array-get-value" href="arrow-glib/array-classes.html#garrow-int16-array-get-value">
+<ANCHOR id="garrow-uint16-array-get-value" href="arrow-glib/array-classes.html#garrow-uint16-array-get-value">
+<ANCHOR id="garrow-int32-array-get-value" href="arrow-glib/array-classes.html#garrow-int32-array-get-value">
+<ANCHOR id="garrow-uint32-array-get-value" href="arrow-glib/array-classes.html#garrow-uint32-array-get-value">
+<ANCHOR id="garrow-int64-array-get-value" href="arrow-glib/array-classes.html#garrow-int64-array-get-value">
+<ANCHOR id="garrow-uint64-array-get-value" href="arrow-glib/array-classes.html#garrow-uint64-array-get-value">
+<ANCHOR id="garrow-float-array-get-value" href="arrow-glib/array-classes.html#garrow-float-array-get-value">
+<ANCHOR id="garrow-double-array-get-value" href="arrow-glib/array-classes.html#garrow-double-array-get-value">
+<ANCHOR id="garrow-binary-array-get-value" href="arrow-glib/array-classes.html#garrow-binary-array-get-value">
+<ANCHOR id="garrow-binary-array-get-buffer" href="arrow-glib/array-classes.html#garrow-binary-array-get-buffer">
+<ANCHOR id="garrow-string-array-get-string" href="arrow-glib/array-classes.html#garrow-string-array-get-string">
+<ANCHOR id="garrow-list-array-get-value-type" href="arrow-glib/array-classes.html#garrow-list-array-get-value-type">
+<ANCHOR id="garrow-list-array-get-value" href="arrow-glib/array-classes.html#garrow-list-array-get-value">
+<ANCHOR id="garrow-struct-array-get-field" href="arrow-glib/array-classes.html#garrow-struct-array-get-field">
+<ANCHOR id="garrow-struct-array-get-fields" href="arrow-glib/array-classes.html#garrow-struct-array-get-fields">
+<ANCHOR id="array-classes.other_details" href="arrow-glib/array-classes.html#array-classes.other_details">
+<ANCHOR id="GArrowArray-struct" href="arrow-glib/array-classes.html#GArrowArray-struct">
+<ANCHOR id="GArrowNullArray-struct" href="arrow-glib/array-classes.html#GArrowNullArray-struct">
+<ANCHOR id="GArrowNullArrayClass" href="arrow-glib/array-classes.html#GArrowNullArrayClass">
+<ANCHOR id="GArrowPrimitiveArray-struct" href="arrow-glib/array-classes.html#GArrowPrimitiveArray-struct">
+<ANCHOR id="GArrowPrimitiveArrayClass" href="arrow-glib/array-classes.html#GArrowPrimitiveArrayClass">
+<ANCHOR id="GArrowBooleanArray-struct" href="arrow-glib/array-classes.html#GArrowBooleanArray-struct">
+<ANCHOR id="GArrowBooleanArrayClass" href="arrow-glib/array-classes.html#GArrowBooleanArrayClass">
+<ANCHOR id="GArrowInt8Array-struct" href="arrow-glib/array-classes.html#GArrowInt8Array-struct">
+<ANCHOR id="GArrowInt8ArrayClass" href="arrow-glib/array-classes.html#GArrowInt8ArrayClass">
+<ANCHOR id="GArrowUInt8Array-struct" href="arrow-glib/array-classes.html#GArrowUInt8Array-struct">
+<ANCHOR id="GArrowUInt8ArrayClass" href="arrow-glib/array-classes.html#GArrowUInt8ArrayClass">
+<ANCHOR id="GArrowInt16Array-struct" href="arrow-glib/array-classes.html#GArrowInt16Array-struct">
+<ANCHOR id="GArrowInt16ArrayClass" href="arrow-glib/array-classes.html#GArrowInt16ArrayClass">
+<ANCHOR id="GArrowUInt16Array-struct" href="arrow-glib/array-classes.html#GArrowUInt16Array-struct">
+<ANCHOR id="GArrowUInt16ArrayClass" href="arrow-glib/array-classes.html#GArrowUInt16ArrayClass">
+<ANCHOR id="GArrowInt32Array-struct" href="arrow-glib/array-classes.html#GArrowInt32Array-struct">
+<ANCHOR id="GArrowInt32ArrayClass" href="arrow-glib/array-classes.html#GArrowInt32ArrayClass">
+<ANCHOR id="GArrowUInt32Array-struct" href="arrow-glib/array-classes.html#GArrowUInt32Array-struct">
+<ANCHOR id="GArrowUInt32ArrayClass" href="arrow-glib/array-classes.html#GArrowUInt32ArrayClass">
+<ANCHOR id="GArrowInt64Array-struct" href="arrow-glib/array-classes.html#GArrowInt64Array-struct">
+<ANCHOR id="GArrowInt64ArrayClass" href="arrow-glib/array-classes.html#GArrowInt64ArrayClass">
+<ANCHOR id="GArrowUInt64Array-struct" href="arrow-glib/array-classes.html#GArrowUInt64Array-struct">
+<ANCHOR id="GArrowUInt64ArrayClass" href="arrow-glib/array-classes.html#GArrowUInt64ArrayClass">
+<ANCHOR id="GArrowFloatArray-struct" href="arrow-glib/array-classes.html#GArrowFloatArray-struct">
+<ANCHOR id="GArrowFloatArrayClass" href="arrow-glib/array-classes.html#GArrowFloatArrayClass">
+<ANCHOR id="GArrowDoubleArray-struct" href="arrow-glib/array-classes.html#GArrowDoubleArray-struct">
+<ANCHOR id="GArrowDoubleArrayClass" href="arrow-glib/array-classes.html#GArrowDoubleArrayClass">
+<ANCHOR id="GArrowBinaryArray-struct" href="arrow-glib/array-classes.html#GArrowBinaryArray-struct">
+<ANCHOR id="GArrowBinaryArrayClass" href="arrow-glib/array-classes.html#GArrowBinaryArrayClass">
+<ANCHOR id="GArrowStringArray-struct" href="arrow-glib/array-classes.html#GArrowStringArray-struct">
+<ANCHOR id="GArrowStringArrayClass" href="arrow-glib/array-classes.html#GArrowStringArrayClass">
+<ANCHOR id="GArrowListArray-struct" href="arrow-glib/array-classes.html#GArrowListArray-struct">
+<ANCHOR id="GArrowListArrayClass" href="arrow-glib/array-classes.html#GArrowListArrayClass">
+<ANCHOR id="GArrowStructArray-struct" href="arrow-glib/array-classes.html#GArrowStructArray-struct">
+<ANCHOR id="GArrowStructArrayClass" href="arrow-glib/array-classes.html#GArrowStructArrayClass">
+<ANCHOR id="array-classes.property-details" href="arrow-glib/array-classes.html#array-classes.property-details">
+<ANCHOR id="GArrowArray--array" href="arrow-glib/array-classes.html#GArrowArray--array">
+<ANCHOR id="array-builder-classes" href="arrow-glib/array-builder-classes.html">
+<ANCHOR id="array-builder-classes.functions" href="arrow-glib/array-builder-classes.html#array-builder-classes.functions">
+<ANCHOR id="array-builder-classes.properties" href="arrow-glib/array-builder-classes.html#array-builder-classes.properties">
+<ANCHOR id="GArrowArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowArrayBuilder">
+<ANCHOR id="GArrowBooleanArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowBooleanArrayBuilder">
+<ANCHOR id="GArrowInt8ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowInt8ArrayBuilder">
+<ANCHOR id="GArrowUInt8ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowUInt8ArrayBuilder">
+<ANCHOR id="GArrowInt16ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowInt16ArrayBuilder">
+<ANCHOR id="GArrowUInt16ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowUInt16ArrayBuilder">
+<ANCHOR id="GArrowInt32ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowInt32ArrayBuilder">
+<ANCHOR id="GArrowUInt32ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowUInt32ArrayBuilder">
+<ANCHOR id="GArrowInt64ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowInt64ArrayBuilder">
+<ANCHOR id="GArrowUInt64ArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowUInt64ArrayBuilder">
+<ANCHOR id="GArrowFloatArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowFloatArrayBuilder">
+<ANCHOR id="GArrowDoubleArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowDoubleArrayBuilder">
+<ANCHOR id="GArrowBinaryArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowBinaryArrayBuilder">
+<ANCHOR id="GArrowStringArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowStringArrayBuilder">
+<ANCHOR id="GArrowListArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowListArrayBuilder">
+<ANCHOR id="GArrowStructArrayBuilder" href="arrow-glib/array-builder-classes.html#GArrowStructArrayBuilder">
+<ANCHOR id="array-builder-classes.other" href="arrow-glib/array-builder-classes.html#array-builder-classes.other">
+<ANCHOR id="array-builder-classes.object-hierarchy" href="arrow-glib/array-builder-classes.html#array-builder-classes.object-hierarchy">
+<ANCHOR id="array-builder-classes.includes" href="arrow-glib/array-builder-classes.html#array-builder-classes.includes">
+<ANCHOR id="array-builder-classes.description" href="arrow-glib/array-builder-classes.html#array-builder-classes.description">
+<ANCHOR id="array-builder-classes.functions_details" href="arrow-glib/array-builder-classes.html#array-builder-classes.functions_details">
+<ANCHOR id="garrow-array-builder-finish" href="arrow-glib/array-builder-classes.html#garrow-array-builder-finish">
+<ANCHOR id="garrow-boolean-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-boolean-array-builder-new">
+<ANCHOR id="garrow-boolean-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-boolean-array-builder-append">
+<ANCHOR id="garrow-boolean-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-boolean-array-builder-append-null">
+<ANCHOR id="garrow-int8-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-int8-array-builder-new">
+<ANCHOR id="garrow-int8-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-int8-array-builder-append">
+<ANCHOR id="garrow-int8-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-int8-array-builder-append-null">
+<ANCHOR id="garrow-uint8-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-uint8-array-builder-new">
+<ANCHOR id="garrow-uint8-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-uint8-array-builder-append">
+<ANCHOR id="garrow-uint8-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-uint8-array-builder-append-null">
+<ANCHOR id="garrow-int16-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-int16-array-builder-new">
+<ANCHOR id="garrow-int16-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-int16-array-builder-append">
+<ANCHOR id="garrow-int16-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-int16-array-builder-append-null">
+<ANCHOR id="garrow-uint16-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-uint16-array-builder-new">
+<ANCHOR id="garrow-uint16-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-uint16-array-builder-append">
+<ANCHOR id="garrow-uint16-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-uint16-array-builder-append-null">
+<ANCHOR id="garrow-int32-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-int32-array-builder-new">
+<ANCHOR id="garrow-int32-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-int32-array-builder-append">
+<ANCHOR id="garrow-int32-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-int32-array-builder-append-null">
+<ANCHOR id="garrow-uint32-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-uint32-array-builder-new">
+<ANCHOR id="garrow-uint32-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-uint32-array-builder-append">
+<ANCHOR id="garrow-uint32-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-uint32-array-builder-append-null">
+<ANCHOR id="garrow-int64-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-int64-array-builder-new">
+<ANCHOR id="garrow-int64-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-int64-array-builder-append">
+<ANCHOR id="garrow-int64-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-int64-array-builder-append-null">
+<ANCHOR id="garrow-uint64-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-uint64-array-builder-new">
+<ANCHOR id="garrow-uint64-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-uint64-array-builder-append">
+<ANCHOR id="garrow-uint64-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-uint64-array-builder-append-null">
+<ANCHOR id="garrow-float-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-float-array-builder-new">
+<ANCHOR id="garrow-float-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-float-array-builder-append">
+<ANCHOR id="garrow-float-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-float-array-builder-append-null">
+<ANCHOR id="garrow-double-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-double-array-builder-new">
+<ANCHOR id="garrow-double-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-double-array-builder-append">
+<ANCHOR id="garrow-double-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-double-array-builder-append-null">
+<ANCHOR id="garrow-binary-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-binary-array-builder-new">
+<ANCHOR id="garrow-binary-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-binary-array-builder-append">
+<ANCHOR id="garrow-binary-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-binary-array-builder-append-null">
+<ANCHOR id="garrow-string-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-string-array-builder-new">
+<ANCHOR id="garrow-string-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-string-array-builder-append">
+<ANCHOR id="garrow-list-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-list-array-builder-new">
+<ANCHOR id="garrow-list-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-list-array-builder-append">
+<ANCHOR id="garrow-list-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-list-array-builder-append-null">
+<ANCHOR id="garrow-list-array-builder-get-value-builder" href="arrow-glib/array-builder-classes.html#garrow-list-array-builder-get-value-builder">
+<ANCHOR id="garrow-struct-array-builder-new" href="arrow-glib/array-builder-classes.html#garrow-struct-array-builder-new">
+<ANCHOR id="garrow-struct-array-builder-append" href="arrow-glib/array-builder-classes.html#garrow-struct-array-builder-append">
+<ANCHOR id="garrow-struct-array-builder-append-null" href="arrow-glib/array-builder-classes.html#garrow-struct-array-builder-append-null">
+<ANCHOR id="garrow-struct-array-builder-get-field-builder" href="arrow-glib/array-builder-classes.html#garrow-struct-array-builder-get-field-builder">
+<ANCHOR id="garrow-struct-array-builder-get-field-builders" href="arrow-glib/array-builder-classes.html#garrow-struct-array-builder-get-field-builders">
+<ANCHOR id="array-builder-classes.other_details" href="arrow-glib/array-builder-classes.html#array-builder-classes.other_details">
+<ANCHOR id="GArrowArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowArrayBuilder-struct">
+<ANCHOR id="GArrowBooleanArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowBooleanArrayBuilder-struct">
+<ANCHOR id="GArrowBooleanArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowBooleanArrayBuilderClass">
+<ANCHOR id="GArrowInt8ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowInt8ArrayBuilder-struct">
+<ANCHOR id="GArrowInt8ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowInt8ArrayBuilderClass">
+<ANCHOR id="GArrowUInt8ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowUInt8ArrayBuilder-struct">
+<ANCHOR id="GArrowUInt8ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowUInt8ArrayBuilderClass">
+<ANCHOR id="GArrowInt16ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowInt16ArrayBuilder-struct">
+<ANCHOR id="GArrowInt16ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowInt16ArrayBuilderClass">
+<ANCHOR id="GArrowUInt16ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowUInt16ArrayBuilder-struct">
+<ANCHOR id="GArrowUInt16ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowUInt16ArrayBuilderClass">
+<ANCHOR id="GArrowInt32ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowInt32ArrayBuilder-struct">
+<ANCHOR id="GArrowInt32ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowInt32ArrayBuilderClass">
+<ANCHOR id="GArrowUInt32ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowUInt32ArrayBuilder-struct">
+<ANCHOR id="GArrowUInt32ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowUInt32ArrayBuilderClass">
+<ANCHOR id="GArrowInt64ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowInt64ArrayBuilder-struct">
+<ANCHOR id="GArrowInt64ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowInt64ArrayBuilderClass">
+<ANCHOR id="GArrowUInt64ArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowUInt64ArrayBuilder-struct">
+<ANCHOR id="GArrowUInt64ArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowUInt64ArrayBuilderClass">
+<ANCHOR id="GArrowFloatArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowFloatArrayBuilder-struct">
+<ANCHOR id="GArrowFloatArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowFloatArrayBuilderClass">
+<ANCHOR id="GArrowDoubleArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowDoubleArrayBuilder-struct">
+<ANCHOR id="GArrowDoubleArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowDoubleArrayBuilderClass">
+<ANCHOR id="GArrowBinaryArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowBinaryArrayBuilder-struct">
+<ANCHOR id="GArrowBinaryArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowBinaryArrayBuilderClass">
+<ANCHOR id="GArrowStringArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowStringArrayBuilder-struct">
+<ANCHOR id="GArrowStringArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowStringArrayBuilderClass">
+<ANCHOR id="GArrowListArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowListArrayBuilder-struct">
+<ANCHOR id="GArrowListArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowListArrayBuilderClass">
+<ANCHOR id="GArrowStructArrayBuilder-struct" href="arrow-glib/array-builder-classes.html#GArrowStructArrayBuilder-struct">
+<ANCHOR id="GArrowStructArrayBuilderClass" href="arrow-glib/array-builder-classes.html#GArrowStructArrayBuilderClass">
+<ANCHOR id="array-builder-classes.property-details" href="arrow-glib/array-builder-classes.html#array-builder-classes.property-details">
+<ANCHOR id="GArrowArrayBuilder--array-builder" href="arrow-glib/array-builder-classes.html#GArrowArrayBuilder--array-builder">
+<ANCHOR id="GArrowTensor" href="arrow-glib/GArrowTensor.html">
+<ANCHOR id="GArrowTensor.functions" href="arrow-glib/GArrowTensor.html#GArrowTensor.functions">
+<ANCHOR id="GArrowTensor.properties" href="arrow-glib/GArrowTensor.html#GArrowTensor.properties">
+<ANCHOR id="GArrowTensor.other" href="arrow-glib/GArrowTensor.html#GArrowTensor.other">
+<ANCHOR id="GArrowTensor.object-hierarchy" href="arrow-glib/GArrowTensor.html#GArrowTensor.object-hierarchy">
+<ANCHOR id="GArrowTensor.includes" href="arrow-glib/GArrowTensor.html#GArrowTensor.includes">
+<ANCHOR id="GArrowTensor.description" href="arrow-glib/GArrowTensor.html#GArrowTensor.description">
+<ANCHOR id="GArrowTensor.functions_details" href="arrow-glib/GArrowTensor.html#GArrowTensor.functions_details">
+<ANCHOR id="garrow-tensor-new" href="arrow-glib/GArrowTensor.html#garrow-tensor-new">
+<ANCHOR id="garrow-tensor-get-value-data-type" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-value-data-type">
+<ANCHOR id="garrow-tensor-get-value-type" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-value-type">
+<ANCHOR id="garrow-tensor-get-buffer" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-buffer">
+<ANCHOR id="garrow-tensor-get-shape" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-shape">
+<ANCHOR id="garrow-tensor-get-strides" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-strides">
+<ANCHOR id="garrow-tensor-get-n-dimensions" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-n-dimensions">
+<ANCHOR id="garrow-tensor-get-dimension-name" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-dimension-name">
+<ANCHOR id="garrow-tensor-get-size" href="arrow-glib/GArrowTensor.html#garrow-tensor-get-size">
+<ANCHOR id="garrow-tensor-is-mutable" href="arrow-glib/GArrowTensor.html#garrow-tensor-is-mutable">
+<ANCHOR id="garrow-tensor-is-contiguous" href="arrow-glib/GArrowTensor.html#garrow-tensor-is-contiguous">
+<ANCHOR id="garrow-tensor-is-row-major" href="arrow-glib/GArrowTensor.html#garrow-tensor-is-row-major">
+<ANCHOR id="garrow-tensor-is-column-major" href="arrow-glib/GArrowTensor.html#garrow-tensor-is-column-major">
+<ANCHOR id="GArrowTensor.other_details" href="arrow-glib/GArrowTensor.html#GArrowTensor.other_details">
+<ANCHOR id="GArrowTensor-struct" href="arrow-glib/GArrowTensor.html#GArrowTensor-struct">
+<ANCHOR id="GArrowTensor.property-details" href="arrow-glib/GArrowTensor.html#GArrowTensor.property-details">
+<ANCHOR id="GArrowTensor--tensor" href="arrow-glib/GArrowTensor.html#GArrowTensor--tensor">
+<ANCHOR id="arrow-glib-GArrowType" href="arrow-glib/arrow-glib-GArrowType.html">
+<ANCHOR id="arrow-glib-GArrowType.other" href="arrow-glib/arrow-glib-GArrowType.html#arrow-glib-GArrowType.other">
+<ANCHOR id="arrow-glib-GArrowType.object-hierarchy" href="arrow-glib/arrow-glib-GArrowType.html#arrow-glib-GArrowType.object-hierarchy">
+<ANCHOR id="arrow-glib-GArrowType.description" href="arrow-glib/arrow-glib-GArrowType.html#arrow-glib-GArrowType.description">
+<ANCHOR id="arrow-glib-GArrowType.functions_details" href="arrow-glib/arrow-glib-GArrowType.html#arrow-glib-GArrowType.functions_details">
+<ANCHOR id="arrow-glib-GArrowType.other_details" href="arrow-glib/arrow-glib-GArrowType.html#arrow-glib-GArrowType.other_details">
+<ANCHOR id="GArrowType" href="arrow-glib/arrow-glib-GArrowType.html#GArrowType">
+<ANCHOR id="data-type-classes" href="arrow-glib/data-type-classes.html">
+<ANCHOR id="data-type-classes.functions" href="arrow-glib/data-type-classes.html#data-type-classes.functions">
+<ANCHOR id="data-type-classes.properties" href="arrow-glib/data-type-classes.html#data-type-classes.properties">
+<ANCHOR id="GArrowDataType" href="arrow-glib/data-type-classes.html#GArrowDataType">
+<ANCHOR id="GArrowNullDataType" href="arrow-glib/data-type-classes.html#GArrowNullDataType">
+<ANCHOR id="GArrowBooleanDataType" href="arrow-glib/data-type-classes.html#GArrowBooleanDataType">
+<ANCHOR id="GArrowInt8DataType" href="arrow-glib/data-type-classes.html#GArrowInt8DataType">
+<ANCHOR id="GArrowUInt8DataType" href="arrow-glib/data-type-classes.html#GArrowUInt8DataType">
+<ANCHOR id="GArrowInt16DataType" href="arrow-glib/data-type-classes.html#GArrowInt16DataType">
+<ANCHOR id="GArrowUInt16DataType" href="arrow-glib/data-type-classes.html#GArrowUInt16DataType">
+<ANCHOR id="GArrowInt32DataType" href="arrow-glib/data-type-classes.html#GArrowInt32DataType">
+<ANCHOR id="GArrowUInt32DataType" href="arrow-glib/data-type-classes.html#GArrowUInt32DataType">
+<ANCHOR id="GArrowInt64DataType" href="arrow-glib/data-type-classes.html#GArrowInt64DataType">
+<ANCHOR id="GArrowUInt64DataType" href="arrow-glib/data-type-classes.html#GArrowUInt64DataType">
+<ANCHOR id="GArrowFloatDataType" href="arrow-glib/data-type-classes.html#GArrowFloatDataType">
+<ANCHOR id="GArrowDoubleDataType" href="arrow-glib/data-type-classes.html#GArrowDoubleDataType">
+<ANCHOR id="GArrowBinaryDataType" href="arrow-glib/data-type-classes.html#GArrowBinaryDataType">
+<ANCHOR id="GArrowStringDataType" href="arrow-glib/data-type-classes.html#GArrowStringDataType">
+<ANCHOR id="GArrowListDataType" href="arrow-glib/data-type-classes.html#GArrowListDataType">
+<ANCHOR id="GArrowStructDataType" href="arrow-glib/data-type-classes.html#GArrowStructDataType">
+<ANCHOR id="data-type-classes.other" href="arrow-glib/data-type-classes.html#data-type-classes.other">
+<ANCHOR id="data-type-classes.object-hierarchy" href="arrow-glib/data-type-classes.html#data-type-classes.object-hierarchy">
+<ANCHOR id="data-type-classes.includes" href="arrow-glib/data-type-classes.html#data-type-classes.includes">
+<ANCHOR id="data-type-classes.description" href="arrow-glib/data-type-classes.html#data-type-classes.description">
+<ANCHOR id="data-type-classes.functions_details" href="arrow-glib/data-type-classes.html#data-type-classes.functions_details">
+<ANCHOR id="garrow-data-type-equal" href="arrow-glib/data-type-classes.html#garrow-data-type-equal">
+<ANCHOR id="garrow-data-type-to-string" href="arrow-glib/data-type-classes.html#garrow-data-type-to-string">
+<ANCHOR id="garrow-data-type-type" href="arrow-glib/data-type-classes.html#garrow-data-type-type">
+<ANCHOR id="garrow-null-data-type-new" href="arrow-glib/data-type-classes.html#garrow-null-data-type-new">
+<ANCHOR id="garrow-boolean-data-type-new" href="arrow-glib/data-type-classes.html#garrow-boolean-data-type-new">
+<ANCHOR id="garrow-int8-data-type-new" href="arrow-glib/data-type-classes.html#garrow-int8-data-type-new">
+<ANCHOR id="garrow-uint8-data-type-new" href="arrow-glib/data-type-classes.html#garrow-uint8-data-type-new">
+<ANCHOR id="garrow-int16-data-type-new" href="arrow-glib/data-type-classes.html#garrow-int16-data-type-new">
+<ANCHOR id="garrow-uint16-data-type-new" href="arrow-glib/data-type-classes.html#garrow-uint16-data-type-new">
+<ANCHOR id="garrow-int32-data-type-new" href="arrow-glib/data-type-classes.html#garrow-int32-data-type-new">
+<ANCHOR id="garrow-uint32-data-type-new" href="arrow-glib/data-type-classes.html#garrow-uint32-data-type-new">
+<ANCHOR id="garrow-int64-data-type-new" href="arrow-glib/data-type-classes.html#garrow-int64-data-type-new">
+<ANCHOR id="garrow-uint64-data-type-new" href="arrow-glib/data-type-classes.html#garrow-uint64-data-type-new">
+<ANCHOR id="garrow-float-data-type-new" href="arrow-glib/data-type-classes.html#garrow-float-data-type-new">
+<ANCHOR id="garrow-double-data-type-new" href="arrow-glib/data-type-classes.html#garrow-double-data-type-new">
+<ANCHOR id="garrow-binary-data-type-new" href="arrow-glib/data-type-classes.html#garrow-binary-data-type-new">
+<ANCHOR id="garrow-string-data-type-new" href="arrow-glib/data-type-classes.html#garrow-string-data-type-new">
+<ANCHOR id="garrow-list-data-type-new" href="arrow-glib/data-type-classes.html#garrow-list-data-type-new">
+<ANCHOR id="garrow-list-data-type-get-value-field" href="arrow-glib/data-type-classes.html#garrow-list-data-type-get-value-field">
+<ANCHOR id="garrow-struct-data-type-new" href="arrow-glib/data-type-classes.html#garrow-struct-data-type-new">
+<ANCHOR id="data-type-classes.other_details" href="arrow-glib/data-type-classes.html#data-type-classes.other_details">
+<ANCHOR id="GArrowDataType-struct" href="arrow-glib/data-type-classes.html#GArrowDataType-struct">
+<ANCHOR id="GArrowNullDataType-struct" href="arrow-glib/data-type-classes.html#GArrowNullDataType-struct">
+<ANCHOR id="GArrowNullDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowNullDataTypeClass">
+<ANCHOR id="GArrowBooleanDataType-struct" href="arrow-glib/data-type-classes.html#GArrowBooleanDataType-struct">
+<ANCHOR id="GArrowBooleanDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowBooleanDataTypeClass">
+<ANCHOR id="GArrowInt8DataType-struct" href="arrow-glib/data-type-classes.html#GArrowInt8DataType-struct">
+<ANCHOR id="GArrowInt8DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowInt8DataTypeClass">
+<ANCHOR id="GArrowUInt8DataType-struct" href="arrow-glib/data-type-classes.html#GArrowUInt8DataType-struct">
+<ANCHOR id="GArrowUInt8DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowUInt8DataTypeClass">
+<ANCHOR id="GArrowInt16DataType-struct" href="arrow-glib/data-type-classes.html#GArrowInt16DataType-struct">
+<ANCHOR id="GArrowInt16DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowInt16DataTypeClass">
+<ANCHOR id="GArrowUInt16DataType-struct" href="arrow-glib/data-type-classes.html#GArrowUInt16DataType-struct">
+<ANCHOR id="GArrowUInt16DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowUInt16DataTypeClass">
+<ANCHOR id="GArrowInt32DataType-struct" href="arrow-glib/data-type-classes.html#GArrowInt32DataType-struct">
+<ANCHOR id="GArrowInt32DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowInt32DataTypeClass">
+<ANCHOR id="GArrowUInt32DataType-struct" href="arrow-glib/data-type-classes.html#GArrowUInt32DataType-struct">
+<ANCHOR id="GArrowUInt32DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowUInt32DataTypeClass">
+<ANCHOR id="GArrowInt64DataType-struct" href="arrow-glib/data-type-classes.html#GArrowInt64DataType-struct">
+<ANCHOR id="GArrowInt64DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowInt64DataTypeClass">
+<ANCHOR id="GArrowUInt64DataType-struct" href="arrow-glib/data-type-classes.html#GArrowUInt64DataType-struct">
+<ANCHOR id="GArrowUInt64DataTypeClass" href="arrow-glib/data-type-classes.html#GArrowUInt64DataTypeClass">
+<ANCHOR id="GArrowFloatDataType-struct" href="arrow-glib/data-type-classes.html#GArrowFloatDataType-struct">
+<ANCHOR id="GArrowFloatDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowFloatDataTypeClass">
+<ANCHOR id="GArrowDoubleDataType-struct" href="arrow-glib/data-type-classes.html#GArrowDoubleDataType-struct">
+<ANCHOR id="GArrowDoubleDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowDoubleDataTypeClass">
+<ANCHOR id="GArrowBinaryDataType-struct" href="arrow-glib/data-type-classes.html#GArrowBinaryDataType-struct">
+<ANCHOR id="GArrowBinaryDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowBinaryDataTypeClass">
+<ANCHOR id="GArrowStringDataType-struct" href="arrow-glib/data-type-classes.html#GArrowStringDataType-struct">
+<ANCHOR id="GArrowStringDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowStringDataTypeClass">
+<ANCHOR id="GArrowListDataType-struct" href="arrow-glib/data-type-classes.html#GArrowListDataType-struct">
+<ANCHOR id="GArrowListDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowListDataTypeClass">
+<ANCHOR id="GArrowStructDataType-struct" href="arrow-glib/data-type-classes.html#GArrowStructDataType-struct">
+<ANCHOR id="GArrowStructDataTypeClass" href="arrow-glib/data-type-classes.html#GArrowStructDataTypeClass">
+<ANCHOR id="data-type-classes.property-details" href="arrow-glib/data-type-classes.html#data-type-classes.property-details">
+<ANCHOR id="GArrowDataType--data-type" href="arrow-glib/data-type-classes.html#GArrowDataType--data-type">
+<ANCHOR id="GArrowField" href="arrow-glib/GArrowField.html">
+<ANCHOR id="GArrowField.functions" href="arrow-glib/GArrowField.html#GArrowField.functions">
+<ANCHOR id="GArrowField.properties" href="arrow-glib/GArrowField.html#GArrowField.properties">
+<ANCHOR id="GArrowField.other" href="arrow-glib/GArrowField.html#GArrowField.other">
+<ANCHOR id="GArrowField.object-hierarchy" href="arrow-glib/GArrowField.html#GArrowField.object-hierarchy">
+<ANCHOR id="GArrowField.description" href="arrow-glib/GArrowField.html#GArrowField.description">
+<ANCHOR id="GArrowField.functions_details" href="arrow-glib/GArrowField.html#GArrowField.functions_details">
+<ANCHOR id="garrow-field-new" href="arrow-glib/GArrowField.html#garrow-field-new">
+<ANCHOR id="garrow-field-new-full" href="arrow-glib/GArrowField.html#garrow-field-new-full">
+<ANCHOR id="garrow-field-get-name" href="arrow-glib/GArrowField.html#garrow-field-get-name">
+<ANCHOR id="garrow-field-get-data-type" href="arrow-glib/GArrowField.html#garrow-field-get-data-type">
+<ANCHOR id="garrow-field-is-nullable" href="arrow-glib/GArrowField.html#garrow-field-is-nullable">
+<ANCHOR id="garrow-field-equal" href="arrow-glib/GArrowField.html#garrow-field-equal">
+<ANCHOR id="garrow-field-to-string" href="arrow-glib/GArrowField.html#garrow-field-to-string">
+<ANCHOR id="GArrowField.other_details" href="arrow-glib/GArrowField.html#GArrowField.other_details">
+<ANCHOR id="GArrowField-struct" href="arrow-glib/GArrowField.html#GArrowField-struct">
+<ANCHOR id="GArrowField.property-details" href="arrow-glib/GArrowField.html#GArrowField.property-details">
+<ANCHOR id="GArrowField--field" href="arrow-glib/GArrowField.html#GArrowField--field">
+<ANCHOR id="GArrowSchema" href="arrow-glib/GArrowSchema.html">
+<ANCHOR id="GArrowSchema.functions" href="arrow-glib/GArrowSchema.html#GArrowSchema.functions">
+<ANCHOR id="GArrowSchema.properties" href="arrow-glib/GArrowSchema.html#GArrowSchema.properties">
+<ANCHOR id="GArrowSchema.other" href="arrow-glib/GArrowSchema.html#GArrowSchema.other">
+<ANCHOR id="GArrowSchema.object-hierarchy" href="arrow-glib/GArrowSchema.html#GArrowSchema.object-hierarchy">
+<ANCHOR id="GArrowSchema.description" href="arrow-glib/GArrowSchema.html#GArrowSchema.description">
+<ANCHOR id="GArrowSchema.functions_details" href="arrow-glib/GArrowSchema.html#GArrowSchema.functions_details">
+<ANCHOR id="garrow-schema-new" href="arrow-glib/GArrowSchema.html#garrow-schema-new">
+<ANCHOR id="garrow-schema-get-field" href="arrow-glib/GArrowSchema.html#garrow-schema-get-field">
+<ANCHOR id="garrow-schema-get-field-by-name" href="arrow-glib/GArrowSchema.html#garrow-schema-get-field-by-name">
+<ANCHOR id="garrow-schema-n-fields" href="arrow-glib/GArrowSchema.html#garrow-schema-n-fields">
+<ANCHOR id="garrow-schema-get-fields" href="arrow-glib/GArrowSchema.html#garrow-schema-get-fields">
+<ANCHOR id="garrow-schema-to-string" href="arrow-glib/GArrowSchema.html#garrow-schema-to-string">
+<ANCHOR id="GArrowSchema.other_details" href="arrow-glib/GArrowSchema.html#GArrowSchema.other_details">
+<ANCHOR id="GArrowSchema-struct" href="arrow-glib/GArrowSchema.html#GArrowSchema-struct">
+<ANCHOR id="GArrowSchema.property-details" href="arrow-glib/GArrowSchema.html#GArrowSchema.property-details">
+<ANCHOR id="GArrowSchema--schema" href="arrow-glib/GArrowSchema.html#GArrowSchema--schema">
+<ANCHOR id="GArrowTable" href="arrow-glib/GArrowTable.html">
+<ANCHOR id="GArrowTable.functions" href="arrow-glib/GArrowTable.html#GArrowTable.functions">
+<ANCHOR id="GArrowTable.properties" href="arrow-glib/GArrowTable.html#GArrowTable.properties">
+<ANCHOR id="GArrowTable.other" href="arrow-glib/GArrowTable.html#GArrowTable.other">
+<ANCHOR id="GArrowTable.object-hierarchy" href="arrow-glib/GArrowTable.html#GArrowTable.object-hierarchy">
+<ANCHOR id="GArrowTable.description" href="arrow-glib/GArrowTable.html#GArrowTable.description">
+<ANCHOR id="GArrowTable.functions_details" href="arrow-glib/GArrowTable.html#GArrowTable.functions_details">
+<ANCHOR id="garrow-table-new" href="arrow-glib/GArrowTable.html#garrow-table-new">
+<ANCHOR id="garrow-table-get-schema" href="arrow-glib/GArrowTable.html#garrow-table-get-schema">
+<ANCHOR id="garrow-table-get-column" href="arrow-glib/GArrowTable.html#garrow-table-get-column">
+<ANCHOR id="garrow-table-get-n-columns" href="arrow-glib/GArrowTable.html#garrow-table-get-n-columns">
+<ANCHOR id="garrow-table-get-n-rows" href="arrow-glib/GArrowTable.html#garrow-table-get-n-rows">
+<ANCHOR id="garrow-table-add-column" href="arrow-glib/GArrowTable.html#garrow-table-add-column">
+<ANCHOR id="garrow-table-remove-column" href="arrow-glib/GArrowTable.html#garrow-table-remove-column">
+<ANCHOR id="GArrowTable.other_details" href="arrow-glib/GArrowTable.html#GArrowTable.other_details">
+<ANCHOR id="GArrowTable-struct" href="arrow-glib/GArrowTable.html#GArrowTable-struct">
+<ANCHOR id="GArrowTable.property-details" href="arrow-glib/GArrowTable.html#GArrowTable.property-details">
+<ANCHOR id="GArrowTable--table" href="arrow-glib/GArrowTable.html#GArrowTable--table">
+<ANCHOR id="GArrowRecordBatch" href="arrow-glib/GArrowRecordBatch.html">
+<ANCHOR id="GArrowRecordBatch.functions" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.functions">
+<ANCHOR id="GArrowRecordBatch.properties" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.properties">
+<ANCHOR id="GArrowRecordBatch.other" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.other">
+<ANCHOR id="GArrowRecordBatch.object-hierarchy" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.object-hierarchy">
+<ANCHOR id="GArrowRecordBatch.description" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.description">
+<ANCHOR id="GArrowRecordBatch.functions_details" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.functions_details">
+<ANCHOR id="garrow-record-batch-new" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-new">
+<ANCHOR id="garrow-record-batch-get-schema" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-get-schema">
+<ANCHOR id="garrow-record-batch-get-column" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-get-column">
+<ANCHOR id="garrow-record-batch-get-columns" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-get-columns">
+<ANCHOR id="garrow-record-batch-get-column-name" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-get-column-name">
+<ANCHOR id="garrow-record-batch-get-n-columns" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-get-n-columns">
+<ANCHOR id="garrow-record-batch-get-n-rows" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-get-n-rows">
+<ANCHOR id="garrow-record-batch-slice" href="arrow-glib/GArrowRecordBatch.html#garrow-record-batch-slice">
+<ANCHOR id="GArrowRecordBatch.other_details" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.other_details">
+<ANCHOR id="GArrowRecordBatch-struct" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch-struct">
+<ANCHOR id="GArrowRecordBatch.property-details" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch.property-details">
+<ANCHOR id="GArrowRecordBatch--record-batch" href="arrow-glib/GArrowRecordBatch.html#GArrowRecordBatch--record-batch">
+<ANCHOR id="GArrowColumn" href="arrow-glib/GArrowColumn.html">
+<ANCHOR id="GArrowColumn.functions" href="arrow-glib/GArrowColumn.html#GArrowColumn.functions">
+<ANCHOR id="GArrowColumn.properties" href="arrow-glib/GArrowColumn.html#GArrowColumn.properties">
+<ANCHOR id="GArrowColumn.other" href="arrow-glib/GArrowColumn.html#GArrowColumn.other">
+<ANCHOR id="GArrowColumn.object-hierarchy" href="arrow-glib/GArrowColumn.html#GArrowColumn.object-hierarchy">
+<ANCHOR id="GArrowColumn.description" href="arrow-glib/GArrowColumn.html#GArrowColumn.description">
+<ANCHOR id="GArrowColumn.functions_details" href="arrow-glib/GArrowColumn.html#GArrowColumn.functions_details">
+<ANCHOR id="garrow-column-new-array" href="arrow-glib/GArrowColumn.html#garrow-column-new-array">
+<ANCHOR id="garrow-column-new-chunked-array" href="arrow-glib/GArrowColumn.html#garrow-column-new-chunked-array">
+<ANCHOR id="garrow-column-get-length" href="arrow-glib/GArrowColumn.html#garrow-column-get-length">
+<ANCHOR id="garrow-column-get-n-nulls" href="arrow-glib/GArrowColumn.html#garrow-column-get-n-nulls">
+<ANCHOR id="garrow-column-get-field" href="arrow-glib/GArrowColumn.html#garrow-column-get-field">
+<ANCHOR id="garrow-column-get-name" href="arrow-glib/GArrowColumn.html#garrow-column-get-name">
+<ANCHOR id="garrow-column-get-data-type" href="arrow-glib/GArrowColumn.html#garrow-column-get-data-type">
+<ANCHOR id="garrow-column-get-data" href="arrow-glib/GArrowColumn.html#garrow-column-get-data">
+<ANCHOR id="GArrowColumn.other_details" href="arrow-glib/GArrowColumn.html#GArrowColumn.other_details">
+<ANCHOR id="GArrowColumn-struct" href="arrow-glib/GArrowColumn.html#GArrowColumn-struct">
+<ANCHOR id="GArrowColumn.property-details" href="arrow-glib/GArrowColumn.html#GArrowColumn.property-details">
+<ANCHOR id="GArrowColumn--column" href="arrow-glib/GArrowColumn.html#GArrowColumn--column">
+<ANCHOR id="GArrowChunkedArray" href="arrow-glib/GArrowChunkedArray.html">
+<ANCHOR id="GArrowChunkedArray.functions" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.functions">
+<ANCHOR id="GArrowChunkedArray.properties" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.properties">
+<ANCHOR id="GArrowChunkedArray.other" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.other">
+<ANCHOR id="GArrowChunkedArray.object-hierarchy" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.object-hierarchy">
+<ANCHOR id="GArrowChunkedArray.description" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.description">
+<ANCHOR id="GArrowChunkedArray.functions_details" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.functions_details">
+<ANCHOR id="garrow-chunked-array-new" href="arrow-glib/GArrowChunkedArray.html#garrow-chunked-array-new">
+<ANCHOR id="garrow-chunked-array-get-length" href="arrow-glib/GArrowChunkedArray.html#garrow-chunked-array-get-length">
+<ANCHOR id="garrow-chunked-array-get-n-nulls" href="arrow-glib/GArrowChunkedArray.html#garrow-chunked-array-get-n-nulls">
+<ANCHOR id="garrow-chunked-array-get-n-chunks" href="arrow-glib/GArrowChunkedArray.html#garrow-chunked-array-get-n-chunks">
+<ANCHOR id="garrow-chunked-array-get-chunk" href="arrow-glib/GArrowChunkedArray.html#garrow-chunked-array-get-chunk">
+<ANCHOR id="garrow-chunked-array-get-chunks" href="arrow-glib/GArrowChunkedArray.html#garrow-chunked-array-get-chunks">
+<ANCHOR id="GArrowChunkedArray.other_details" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.other_details">
+<ANCHOR id="GArrowChunkedArray-struct" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray-struct">
+<ANCHOR id="GArrowChunkedArray.property-details" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray.property-details">
+<ANCHOR id="GArrowChunkedArray--chunked-array" href="arrow-glib/GArrowChunkedArray.html#GArrowChunkedArray--chunked-array">
+<ANCHOR id="buffer-classes" href="arrow-glib/buffer-classes.html">
+<ANCHOR id="buffer-classes.functions" href="arrow-glib/buffer-classes.html#buffer-classes.functions">
+<ANCHOR id="buffer-classes.properties" href="arrow-glib/buffer-classes.html#buffer-classes.properties">
+<ANCHOR id="GArrowBuffer" href="arrow-glib/buffer-classes.html#GArrowBuffer">
+<ANCHOR id="GArrowMutableBuffer" href="arrow-glib/buffer-classes.html#GArrowMutableBuffer">
+<ANCHOR id="GArrowResizableBuffer" href="arrow-glib/buffer-classes.html#GArrowResizableBuffer">
+<ANCHOR id="GArrowPoolBuffer" href="arrow-glib/buffer-classes.html#GArrowPoolBuffer">
+<ANCHOR id="buffer-classes.other" href="arrow-glib/buffer-classes.html#buffer-classes.other">
+<ANCHOR id="buffer-classes.object-hierarchy" href="arrow-glib/buffer-classes.html#buffer-classes.object-hierarchy">
+<ANCHOR id="buffer-classes.includes" href="arrow-glib/buffer-classes.html#buffer-classes.includes">
+<ANCHOR id="buffer-classes.description" href="arrow-glib/buffer-classes.html#buffer-classes.description">
+<ANCHOR id="buffer-classes.functions_details" href="arrow-glib/buffer-classes.html#buffer-classes.functions_details">
+<ANCHOR id="garrow-buffer-new" href="arrow-glib/buffer-classes.html#garrow-buffer-new">
+<ANCHOR id="garrow-buffer-is-mutable" href="arrow-glib/buffer-classes.html#garrow-buffer-is-mutable">
+<ANCHOR id="garrow-buffer-get-capacity" href="arrow-glib/buffer-classes.html#garrow-buffer-get-capacity">
+<ANCHOR id="garrow-buffer-get-data" href="arrow-glib/buffer-classes.html#garrow-buffer-get-data">
+<ANCHOR id="garrow-buffer-get-mutable-data" href="arrow-glib/buffer-classes.html#garrow-buffer-get-mutable-data">
+<ANCHOR id="garrow-buffer-get-size" href="arrow-glib/buffer-classes.html#garrow-buffer-get-size">
+<ANCHOR id="garrow-buffer-get-parent" href="arrow-glib/buffer-classes.html#garrow-buffer-get-parent">
+<ANCHOR id="garrow-buffer-copy" href="arrow-glib/buffer-classes.html#garrow-buffer-copy">
+<ANCHOR id="garrow-buffer-slice" href="arrow-glib/buffer-classes.html#garrow-buffer-slice">
+<ANCHOR id="garrow-mutable-buffer-new" href="arrow-glib/buffer-classes.html#garrow-mutable-buffer-new">
+<ANCHOR id="garrow-mutable-buffer-slice" href="arrow-glib/buffer-classes.html#garrow-mutable-buffer-slice">
+<ANCHOR id="garrow-resizable-buffer-resize" href="arrow-glib/buffer-classes.html#garrow-resizable-buffer-resize">
+<ANCHOR id="garrow-resizable-buffer-reserve" href="arrow-glib/buffer-classes.html#garrow-resizable-buffer-reserve">
+<ANCHOR id="garrow-pool-buffer-new" href="arrow-glib/buffer-classes.html#garrow-pool-buffer-new">
+<ANCHOR id="buffer-classes.other_details" href="arrow-glib/buffer-classes.html#buffer-classes.other_details">
+<ANCHOR id="GArrowBuffer-struct" href="arrow-glib/buffer-classes.html#GArrowBuffer-struct">
+<ANCHOR id="GArrowMutableBuffer-struct" href="arrow-glib/buffer-classes.html#GArrowMutableBuffer-struct">
+<ANCHOR id="GArrowResizableBuffer-struct" href="arrow-glib/buffer-classes.html#GArrowResizableBuffer-struct">
+<ANCHOR id="GArrowPoolBuffer-struct" href="arrow-glib/buffer-classes.html#GArrowPoolBuffer-struct">
+<ANCHOR id="buffer-classes.property-details" href="arrow-glib/buffer-classes.html#buffer-classes.property-details">
+<ANCHOR id="GArrowBuffer--buffer" href="arrow-glib/buffer-classes.html#GArrowBuffer--buffer">
+<ANCHOR id="arrow-glib-GArrowError" href="arrow-glib/arrow-glib-GArrowError.html">
+<ANCHOR id="arrow-glib-GArrowError.functions" href="arrow-glib/arrow-glib-GArrowError.html#arrow-glib-GArrowError.functions">
+<ANCHOR id="arrow-glib-GArrowError.other" href="arrow-glib/arrow-glib-GArrowError.html#arrow-glib-GArrowError.other">
+<ANCHOR id="arrow-glib-GArrowError.object-hierarchy" href="arrow-glib/arrow-glib-GArrowError.html#arrow-glib-GArrowError.object-hierarchy">
+<ANCHOR id="arrow-glib-GArrowError.description" href="arrow-glib/arrow-glib-GArrowError.html#arrow-glib-GArrowError.description">
+<ANCHOR id="arrow-glib-GArrowError.functions_details" href="arrow-glib/arrow-glib-GArrowError.html#arrow-glib-GArrowError.functions_details">
+<ANCHOR id="garrow-error-quark" href="arrow-glib/arrow-glib-GArrowError.html#garrow-error-quark">
+<ANCHOR id="arrow-glib-GArrowError.other_details" href="arrow-glib/arrow-glib-GArrowError.html#arrow-glib-GArrowError.other_details">
+<ANCHOR id="GArrowError" href="arrow-glib/arrow-glib-GArrowError.html#GArrowError">
+<ANCHOR id="GARROW-ERROR:CAPS" href="arrow-glib/arrow-glib-GArrowError.html#GARROW-ERROR:CAPS">
+<ANCHOR id="arrow-glib-GArrowFileMode" href="arrow-glib/arrow-glib-GArrowFileMode.html">
+<ANCHOR id="arrow-glib-GArrowFileMode.other" href="arrow-glib/arrow-glib-GArrowFileMode.html#arrow-glib-GArrowFileMode.other">
+<ANCHOR id="arrow-glib-GArrowFileMode.object-hierarchy" href="arrow-glib/arrow-glib-GArrowFileMode.html#arrow-glib-GArrowFileMode.object-hierarchy">
+<ANCHOR id="arrow-glib-GArrowFileMode.description" href="arrow-glib/arrow-glib-GArrowFileMode.html#arrow-glib-GArrowFileMode.description">
+<ANCHOR id="arrow-glib-GArrowFileMode.functions_details" href="arrow-glib/arrow-glib-GArrowFileMode.html#arrow-glib-GArrowFileMode.functions_details">
+<ANCHOR id="arrow-glib-GArrowFileMode.other_details" href="arrow-glib/arrow-glib-GArrowFileMode.html#arrow-glib-GArrowFileMode.other_details">
+<ANCHOR id="GArrowFileMode" href="arrow-glib/arrow-glib-GArrowFileMode.html#GArrowFileMode">
+<ANCHOR id="GArrowReadable" href="arrow-glib/GArrowReadable.html">
+<ANCHOR id="GArrowReadable.functions" href="arrow-glib/GArrowReadable.html#GArrowReadable.functions">
+<ANCHOR id="GArrowReadable.other" href="arrow-glib/GArrowReadable.html#GArrowReadable.other">
+<ANCHOR id="GArrowReadable.object-hierarchy" href="arrow-glib/GArrowReadable.html#GArrowReadable.object-hierarchy">
+<ANCHOR id="GArrowReadable.description" href="arrow-glib/GArrowReadable.html#GArrowReadable.description">
+<ANCHOR id="GArrowReadable.functions_details" href="arrow-glib/GArrowReadable.html#GArrowReadable.functions_details">
+<ANCHOR id="garrow-readable-read" href="arrow-glib/GArrowReadable.html#garrow-readable-read">
+<ANCHOR id="GArrowReadable.other_details" href="arrow-glib/GArrowReadable.html#GArrowReadable.other_details">
+<ANCHOR id="GArrowReadableInterface" href="arrow-glib/GArrowReadable.html#GArrowReadableInterface">
+<ANCHOR id="GArrowInputStream" href="arrow-glib/GArrowInputStream.html">
+<ANCHOR id="GArrowInputStream.other" href="arrow-glib/GArrowInputStream.html#GArrowInputStream.other">
+<ANCHOR id="GArrowInputStream.object-hierarchy" href="arrow-glib/GArrowInputStream.html#GArrowInputStream.object-hierarchy">
+<ANCHOR id="GArrowInputStream.description" href="arrow-glib/GArrowInputStream.html#GArrowInputStream.description">
+<ANCHOR id="GArrowInputStream.functions_details" href="arrow-glib/GArrowInputStream.html#GArrowInputStream.functions_details">
+<ANCHOR id="GArrowInputStream.other_details" href="arrow-glib/GArrowInputStream.html#GArrowInputStream.other_details">
+<ANCHOR id="GArrowInputStreamInterface" href="arrow-glib/GArrowInputStream.html#GArrowInputStreamInterface">
+<ANCHOR id="GArrowRandomAccessFile" href="arrow-glib/GArrowRandomAccessFile.html">
+<ANCHOR id="GArrowRandomAccessFile.functions" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFile.functions">
+<ANCHOR id="GArrowRandomAccessFile.other" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFile.other">
+<ANCHOR id="GArrowRandomAccessFile.object-hierarchy" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFile.object-hierarchy">
+<ANCHOR id="GArrowRandomAccessFile.description" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFile.description">
+<ANCHOR id="GArrowRandomAccessFile.functions_details" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFile.functions_details">
+<ANCHOR id="garrow-random-access-file-get-size" href="arrow-glib/GArrowRandomAccessFile.html#garrow-random-access-file-get-size">
+<ANCHOR id="garrow-random-access-file-get-support-zero-copy" href="arrow-glib/GArrowRandomAccessFile.html#garrow-random-access-file-get-support-zero-copy">
+<ANCHOR id="garrow-random-access-file-read-at" href="arrow-glib/GArrowRandomAccessFile.html#garrow-random-access-file-read-at">
+<ANCHOR id="GArrowRandomAccessFile.other_details" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFile.other_details">
+<ANCHOR id="GArrowRandomAccessFileInterface" href="arrow-glib/GArrowRandomAccessFile.html#GArrowRandomAccessFileInterface">
+<ANCHOR id="GArrowWriteable" href="arrow-glib/GArrowWriteable.html">
+<ANCHOR id="GArrowWriteable.functions" href="arrow-glib/GArrowWriteable.html#GArrowWriteable.functions">
+<ANCHOR id="GArrowWriteable.other" href="arrow-glib/GArrowWriteable.html#GArrowWriteable.other">
+<ANCHOR id="GArrowWriteable.object-hierarchy" href="arrow-glib/GArrowWriteable.html#GArrowWriteable.object-hierarchy">
+<ANCHOR id="GArrowWriteable.description" href="arrow-glib/GArrowWriteable.html#GArrowWriteable.description">
+<ANCHOR id="GArrowWriteable.functions_details" href="arrow-glib/GArrowWriteable.html#GArrowWriteable.functions_details">
+<ANCHOR id="garrow-writeable-write" href="arrow-glib/GArrowWriteable.html#garrow-writeable-write">
+<ANCHOR id="garrow-writeable-flush" href="arrow-glib/GArrowWriteable.html#garrow-writeable-flush">
+<ANCHOR id="GArrowWriteable.other_details" href="arrow-glib/GArrowWriteable.html#GArrowWriteable.other_details">
+<ANCHOR id="GArrowWriteableInterface" href="arrow-glib/GArrowWriteable.html#GArrowWriteableInterface">
+<ANCHOR id="GArrowOutputStream" href="arrow-glib/GArrowOutputStream.html">
+<ANCHOR id="GArrowOutputStream.other" href="arrow-glib/GArrowOutputStream.html#GArrowOutputStream.other">
+<ANCHOR id="GArrowOutputStream.object-hierarchy" href="arrow-glib/GArrowOutputStream.html#GArrowOutputStream.object-hierarchy">
+<ANCHOR id="GArrowOutputStream.description" href="arrow-glib/GArrowOutputStream.html#GArrowOutputStream.description">
+<ANCHOR id="GArrowOutputStream.functions_details" href="arrow-glib/GArrowOutputStream.html#GArrowOutputStream.functions_details">
+<ANCHOR id="GArrowOutputStream.other_details" href="arrow-glib/GArrowOutputStream.html#GArrowOutputStream.other_details">
+<ANCHOR id="GArrowOutputStreamInterface" href="arrow-glib/GArrowOutputStream.html#GArrowOutputStreamInterface">
+<ANCHOR id="GArrowWriteableFile" href="arrow-glib/GArrowWriteableFile.html">
+<ANCHOR id="GArrowWriteableFile.functions" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFile.functions">
+<ANCHOR id="GArrowWriteableFile.other" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFile.other">
+<ANCHOR id="GArrowWriteableFile.object-hierarchy" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFile.object-hierarchy">
+<ANCHOR id="GArrowWriteableFile.description" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFile.description">
+<ANCHOR id="GArrowWriteableFile.functions_details" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFile.functions_details">
+<ANCHOR id="garrow-writeable-file-write-at" href="arrow-glib/GArrowWriteableFile.html#garrow-writeable-file-write-at">
+<ANCHOR id="GArrowWriteableFile.other_details" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFile.other_details">
+<ANCHOR id="GArrowWriteableFileInterface" href="arrow-glib/GArrowWriteableFile.html#GArrowWriteableFileInterface">
+<ANCHOR id="GArrowFileOutputStream" href="arrow-glib/GArrowFileOutputStream.html">
+<ANCHOR id="GArrowFileOutputStream.functions" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.functions">
+<ANCHOR id="GArrowFileOutputStream.properties" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.properties">
+<ANCHOR id="GArrowFileOutputStream.other" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.other">
+<ANCHOR id="GArrowFileOutputStream.object-hierarchy" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.object-hierarchy">
+<ANCHOR id="GArrowFileOutputStream.implemented-interfaces" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.implemented-interfaces">
+<ANCHOR id="GArrowFileOutputStream.description" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.description">
+<ANCHOR id="GArrowFileOutputStream.functions_details" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.functions_details">
+<ANCHOR id="garrow-file-output-stream-open" href="arrow-glib/GArrowFileOutputStream.html#garrow-file-output-stream-open">
+<ANCHOR id="GArrowFileOutputStream.other_details" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.other_details">
+<ANCHOR id="GArrowFileOutputStream-struct" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream-struct">
+<ANCHOR id="GArrowFileOutputStream.property-details" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream.property-details">
+<ANCHOR id="GArrowFileOutputStream--file-output-stream" href="arrow-glib/GArrowFileOutputStream.html#GArrowFileOutputStream--file-output-stream">
+<ANCHOR id="GArrowFile" href="arrow-glib/GArrowFile.html">
+<ANCHOR id="GArrowFile.functions" href="arrow-glib/GArrowFile.html#GArrowFile.functions">
+<ANCHOR id="GArrowFile.other" href="arrow-glib/GArrowFile.html#GArrowFile.other">
+<ANCHOR id="GArrowFile.object-hierarchy" href="arrow-glib/GArrowFile.html#GArrowFile.object-hierarchy">
+<ANCHOR id="GArrowFile.description" href="arrow-glib/GArrowFile.html#GArrowFile.description">
+<ANCHOR id="GArrowFile.functions_details" href="arrow-glib/GArrowFile.html#GArrowFile.functions_details">
+<ANCHOR id="garrow-file-close" href="arrow-glib/GArrowFile.html#garrow-file-close">
+<ANCHOR id="garrow-file-tell" href="arrow-glib/GArrowFile.html#garrow-file-tell">
+<ANCHOR id="garrow-file-get-mode" href="arrow-glib/GArrowFile.html#garrow-file-get-mode">
+<ANCHOR id="GArrowFile.other_details" href="arrow-glib/GArrowFile.html#GArrowFile.other_details">
+<ANCHOR id="GArrowFileInterface" href="arrow-glib/GArrowFile.html#GArrowFileInterface">
+<ANCHOR id="GArrowMemoryMappedFile" href="arrow-glib/GArrowMemoryMappedFile.html">
+<ANCHOR id="GArrowMemoryMappedFile.functions" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.functions">
+<ANCHOR id="GArrowMemoryMappedFile.properties" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.properties">
+<ANCHOR id="GArrowMemoryMappedFile.other" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.other">
+<ANCHOR id="GArrowMemoryMappedFile.object-hierarchy" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.object-hierarchy">
+<ANCHOR id="GArrowMemoryMappedFile.implemented-interfaces" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.implemented-interfaces">
+<ANCHOR id="GArrowMemoryMappedFile.description" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.description">
+<ANCHOR id="GArrowMemoryMappedFile.functions_details" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.functions_details">
+<ANCHOR id="garrow-memory-mapped-file-open" href="arrow-glib/GArrowMemoryMappedFile.html#garrow-memory-mapped-file-open">
+<ANCHOR id="GArrowMemoryMappedFile.other_details" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.other_details">
+<ANCHOR id="GArrowMemoryMappedFile-struct" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile-struct">
+<ANCHOR id="GArrowMemoryMappedFile.property-details" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile.property-details">
+<ANCHOR id="GArrowMemoryMappedFile--memory-mapped-file" href="arrow-glib/GArrowMemoryMappedFile.html#GArrowMemoryMappedFile--memory-mapped-file">
+<ANCHOR id="arrow-glib-GArrowMetadataVersion" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html">
+<ANCHOR id="arrow-glib-GArrowMetadataVersion.other" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html#arrow-glib-GArrowMetadataVersion.other">
+<ANCHOR id="arrow-glib-GArrowMetadataVersion.object-hierarchy" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html#arrow-glib-GArrowMetadataVersion.object-hierarchy">
+<ANCHOR id="arrow-glib-GArrowMetadataVersion.description" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html#arrow-glib-GArrowMetadataVersion.description">
+<ANCHOR id="arrow-glib-GArrowMetadataVersion.functions_details" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html#arrow-glib-GArrowMetadataVersion.functions_details">
+<ANCHOR id="arrow-glib-GArrowMetadataVersion.other_details" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html#arrow-glib-GArrowMetadataVersion.other_details">
+<ANCHOR id="GArrowMetadataVersion" href="arrow-glib/arrow-glib-GArrowMetadataVersion.html#GArrowMetadataVersion">
+<ANCHOR id="GArrowFileReader" href="arrow-glib/GArrowFileReader.html">
+<ANCHOR id="GArrowFileReader.functions" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.functions">
+<ANCHOR id="GArrowFileReader.properties" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.properties">
+<ANCHOR id="GArrowFileReader.other" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.other">
+<ANCHOR id="GArrowFileReader.object-hierarchy" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.object-hierarchy">
+<ANCHOR id="GArrowFileReader.description" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.description">
+<ANCHOR id="GArrowFileReader.functions_details" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.functions_details">
+<ANCHOR id="garrow-file-reader-open" href="arrow-glib/GArrowFileReader.html#garrow-file-reader-open">
+<ANCHOR id="garrow-file-reader-get-schema" href="arrow-glib/GArrowFileReader.html#garrow-file-reader-get-schema">
+<ANCHOR id="garrow-file-reader-get-n-record-batches" href="arrow-glib/GArrowFileReader.html#garrow-file-reader-get-n-record-batches">
+<ANCHOR id="garrow-file-reader-get-version" href="arrow-glib/GArrowFileReader.html#garrow-file-reader-get-version">
+<ANCHOR id="garrow-file-reader-get-record-batch" href="arrow-glib/GArrowFileReader.html#garrow-file-reader-get-record-batch">
+<ANCHOR id="GArrowFileReader.other_details" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.other_details">
+<ANCHOR id="GArrowFileReader-struct" href="arrow-glib/GArrowFileReader.html#GArrowFileReader-struct">
+<ANCHOR id="GArrowFileReader.property-details" href="arrow-glib/GArrowFileReader.html#GArrowFileReader.property-details">
+<ANCHOR id="GArrowFileReader--file-reader" href="arrow-glib/GArrowFileReader.html#GArrowFileReader--file-reader">
+<ANCHOR id="GArrowStreamReader" href="arrow-glib/GArrowStreamReader.html">
+<ANCHOR id="GArrowStreamReader.functions" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.functions">
+<ANCHOR id="GArrowStreamReader.properties" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.properties">
+<ANCHOR id="GArrowStreamReader.other" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.other">
+<ANCHOR id="GArrowStreamReader.object-hierarchy" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.object-hierarchy">
+<ANCHOR id="GArrowStreamReader.description" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.description">
+<ANCHOR id="GArrowStreamReader.functions_details" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.functions_details">
+<ANCHOR id="garrow-stream-reader-open" href="arrow-glib/GArrowStreamReader.html#garrow-stream-reader-open">
+<ANCHOR id="garrow-stream-reader-get-schema" href="arrow-glib/GArrowStreamReader.html#garrow-stream-reader-get-schema">
+<ANCHOR id="garrow-stream-reader-get-next-record-batch" href="arrow-glib/GArrowStreamReader.html#garrow-stream-reader-get-next-record-batch">
+<ANCHOR id="GArrowStreamReader.other_details" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.other_details">
+<ANCHOR id="GArrowStreamReader-struct" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader-struct">
+<ANCHOR id="GArrowStreamReader.property-details" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader.property-details">
+<ANCHOR id="GArrowStreamReader--stream-reader" href="arrow-glib/GArrowStreamReader.html#GArrowStreamReader--stream-reader">
+<ANCHOR id="GArrowFileWriter" href="arrow-glib/GArrowFileWriter.html">
+<ANCHOR id="GArrowFileWriter.functions" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter.functions">
+<ANCHOR id="GArrowFileWriter.other" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter.other">
+<ANCHOR id="GArrowFileWriter.object-hierarchy" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter.object-hierarchy">
+<ANCHOR id="GArrowFileWriter.description" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter.description">
+<ANCHOR id="GArrowFileWriter.functions_details" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter.functions_details">
+<ANCHOR id="garrow-file-writer-open" href="arrow-glib/GArrowFileWriter.html#garrow-file-writer-open">
+<ANCHOR id="garrow-file-writer-write-record-batch" href="arrow-glib/GArrowFileWriter.html#garrow-file-writer-write-record-batch">
+<ANCHOR id="garrow-file-writer-close" href="arrow-glib/GArrowFileWriter.html#garrow-file-writer-close">
+<ANCHOR id="GArrowFileWriter.other_details" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter.other_details">
+<ANCHOR id="GArrowFileWriter-struct" href="arrow-glib/GArrowFileWriter.html#GArrowFileWriter-struct">
+<ANCHOR id="GArrowStreamWriter" href="arrow-glib/GArrowStreamWriter.html">
+<ANCHOR id="GArrowStreamWriter.functions" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.functions">
+<ANCHOR id="GArrowStreamWriter.properties" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.properties">
+<ANCHOR id="GArrowStreamWriter.other" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.other">
+<ANCHOR id="GArrowStreamWriter.object-hierarchy" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.object-hierarchy">
+<ANCHOR id="GArrowStreamWriter.description" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.description">
+<ANCHOR id="GArrowStreamWriter.functions_details" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.functions_details">
+<ANCHOR id="garrow-stream-writer-open" href="arrow-glib/GArrowStreamWriter.html#garrow-stream-writer-open">
+<ANCHOR id="garrow-stream-writer-write-record-batch" href="arrow-glib/GArrowStreamWriter.html#garrow-stream-writer-write-record-batch">
+<ANCHOR id="garrow-stream-writer-close" href="arrow-glib/GArrowStreamWriter.html#garrow-stream-writer-close">
+<ANCHOR id="GArrowStreamWriter.other_details" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.other_details">
+<ANCHOR id="GArrowStreamWriter-struct" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter-struct">
+<ANCHOR id="GArrowStreamWriter.property-details" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter.property-details">
+<ANCHOR id="GArrowStreamWriter--stream-writer" href="arrow-glib/GArrowStreamWriter.html#GArrowStreamWriter--stream-writer">
+<ANCHOR id="annotation-glossterm-array" href="arrow-glib/annotation-glossary.html#annotation-glossterm-array">
+<ANCHOR id="annotation-glossterm-element-type" href="arrow-glib/annotation-glossary.html#annotation-glossterm-element-type">
+<ANCHOR id="annotation-glossterm-out" href="arrow-glib/annotation-glossary.html#annotation-glossterm-out">
+<ANCHOR id="annotation-glossterm-transfer full" href="arrow-glib/annotation-glossary.html#annotation-glossterm-transfer full">

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/input-output.html
----------------------------------------------------------------------
diff --git a/docs/c_glib/input-output.html b/docs/c_glib/input-output.html
new file mode 100644
index 0000000..c69b373
--- /dev/null
+++ b/docs/c_glib/input-output.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title> Reference Manual: Input and output</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="index.html" title="Reference Manual">
+<link rel="up" href="io.html" title="Part�II.�IO">
+<link rel="prev" href="GArrowFileOutputStream.html" title="GArrowFileOutputStream">
+<link rel="next" href="GArrowFile.html" title="GArrowFile">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="io.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="GArrowFileOutputStream.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="GArrowFile.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="input-output"></a>Input and output</h2></div></div></div>
+<div class="toc"><dl class="toc">
+<dt>
+<span class="refentrytitle"><a href="GArrowFile.html">GArrowFile</a></span><span class="refpurpose"> \u2014 File interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowMemoryMappedFile.html">GArrowMemoryMappedFile</a></span><span class="refpurpose"> \u2014 Memory mapped file class</span>
+</dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.20</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/input.html
----------------------------------------------------------------------
diff --git a/docs/c_glib/input.html b/docs/c_glib/input.html
new file mode 100644
index 0000000..ee6e7c3
--- /dev/null
+++ b/docs/c_glib/input.html
@@ -0,0 +1,41 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title> Reference Manual: Input</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="index.html" title="Reference Manual">
+<link rel="up" href="io.html" title="Part�II.�IO">
+<link rel="prev" href="arrow-glib-GArrowFileMode.html" title="GArrowFileMode">
+<link rel="next" href="GArrowReadable.html" title="GArrowReadable">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="io.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="arrow-glib-GArrowFileMode.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="GArrowReadable.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="input"></a>Input</h2></div></div></div>
+<div class="toc"><dl class="toc">
+<dt>
+<span class="refentrytitle"><a href="GArrowReadable.html">GArrowReadable</a></span><span class="refpurpose"> \u2014 Input interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowInputStream.html">GArrowInputStream</a></span><span class="refpurpose"> \u2014 Stream input interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowRandomAccessFile.html">GArrowRandomAccessFile</a></span><span class="refpurpose"> \u2014 File input interface</span>
+</dt>
+</dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.20</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/io.html
----------------------------------------------------------------------
diff --git a/docs/c_glib/io.html b/docs/c_glib/io.html
new file mode 100644
index 0000000..0fe2586
--- /dev/null
+++ b/docs/c_glib/io.html
@@ -0,0 +1,75 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title> Reference Manual: Part�II.�IO</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="index.html" title="Reference Manual">
+<link rel="up" href="index.html" title="Reference Manual">
+<link rel="prev" href="arrow-glib-GArrowError.html" title="GArrowError">
+<link rel="next" href="mode.html" title="Mode">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
+<td><a accesskey="p" href="arrow-glib-GArrowError.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="mode.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="part">
+<div class="titlepage"><div><div><h1 class="title">
+<a name="io"></a>Part�II.�IO</h1></div></div></div>
+<div class="toc">
+<p><b>Table of Contents</b></p>
+<dl class="toc">
+<dt><span class="chapter"><a href="mode.html">Mode</a></span></dt>
+<dd><dl><dt>
+<span class="refentrytitle"><a href="arrow-glib-GArrowFileMode.html">GArrowFileMode</a></span><span class="refpurpose"> \u2014 File mode mapping between Arrow and arrow-glib</span>
+</dt></dl></dd>
+<dt><span class="chapter"><a href="input.html">Input</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="GArrowReadable.html">GArrowReadable</a></span><span class="refpurpose"> \u2014 Input interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowInputStream.html">GArrowInputStream</a></span><span class="refpurpose"> \u2014 Stream input interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowRandomAccessFile.html">GArrowRandomAccessFile</a></span><span class="refpurpose"> \u2014 File input interface</span>
+</dt>
+</dl></dd>
+<dt><span class="chapter"><a href="output.html">Output</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="GArrowWriteable.html">GArrowWriteable</a></span><span class="refpurpose"> \u2014 Output interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowOutputStream.html">GArrowOutputStream</a></span><span class="refpurpose"> \u2014 Stream output interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowWriteableFile.html">GArrowWriteableFile</a></span><span class="refpurpose"> \u2014 File output interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowFileOutputStream.html">GArrowFileOutputStream</a></span><span class="refpurpose"> \u2014 A file output stream.</span>
+</dt>
+</dl></dd>
+<dt><span class="chapter"><a href="input-output.html">Input and output</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="GArrowFile.html">GArrowFile</a></span><span class="refpurpose"> \u2014 File interface</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowMemoryMappedFile.html">GArrowMemoryMappedFile</a></span><span class="refpurpose"> \u2014 Memory mapped file class</span>
+</dt>
+</dl></dd>
+</dl>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.20</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/ipc.html
----------------------------------------------------------------------
diff --git a/docs/c_glib/ipc.html b/docs/c_glib/ipc.html
new file mode 100644
index 0000000..c90fc72
--- /dev/null
+++ b/docs/c_glib/ipc.html
@@ -0,0 +1,57 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title> Reference Manual: Part�III.�IPC</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="index.html" title="Reference Manual">
+<link rel="up" href="index.html" title="Reference Manual">
+<link rel="prev" href="GArrowMemoryMappedFile.html" title="GArrowMemoryMappedFile">
+<link rel="next" href="metadata.html" title="Metadata">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
+<td><a accesskey="p" href="GArrowMemoryMappedFile.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="metadata.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="part">
+<div class="titlepage"><div><div><h1 class="title">
+<a name="ipc"></a>Part�III.�IPC</h1></div></div></div>
+<div class="toc">
+<p><b>Table of Contents</b></p>
+<dl class="toc">
+<dt><span class="chapter"><a href="metadata.html">Metadata</a></span></dt>
+<dd><dl><dt>
+<span class="refentrytitle"><a href="arrow-glib-GArrowMetadataVersion.html">GArrowMetadataVersion</a></span><span class="refpurpose"> \u2014 Metadata version mapgging between Arrow and arrow-glib</span>
+</dt></dl></dd>
+<dt><span class="chapter"><a href="reader.html">Reader</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="GArrowFileReader.html">GArrowFileReader</a></span><span class="refpurpose"> \u2014 File reader class</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowStreamReader.html">GArrowStreamReader</a></span><span class="refpurpose"> \u2014 Stream reader class</span>
+</dt>
+</dl></dd>
+<dt><span class="chapter"><a href="writer.html">Writer</a></span></dt>
+<dd><dl>
+<dt>
+<span class="refentrytitle"><a href="GArrowFileWriter.html">GArrowFileWriter</a></span><span class="refpurpose"> \u2014 File writer class</span>
+</dt>
+<dt>
+<span class="refentrytitle"><a href="GArrowStreamWriter.html">GArrowStreamWriter</a></span><span class="refpurpose"> \u2014 Stream writer class</span>
+</dt>
+</dl></dd>
+</dl>
+</div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.20</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/left-insensitive.png
----------------------------------------------------------------------
diff --git a/docs/c_glib/left-insensitive.png b/docs/c_glib/left-insensitive.png
new file mode 100644
index 0000000..9b8005b
Binary files /dev/null and b/docs/c_glib/left-insensitive.png differ

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/left.png
----------------------------------------------------------------------
diff --git a/docs/c_glib/left.png b/docs/c_glib/left.png
new file mode 100644
index 0000000..c518641
Binary files /dev/null and b/docs/c_glib/left.png differ

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/metadata.html
----------------------------------------------------------------------
diff --git a/docs/c_glib/metadata.html b/docs/c_glib/metadata.html
new file mode 100644
index 0000000..9da587c
--- /dev/null
+++ b/docs/c_glib/metadata.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title> Reference Manual: Metadata</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="index.html" title="Reference Manual">
+<link rel="up" href="ipc.html" title="Part�III.�IPC">
+<link rel="prev" href="ipc.html" title="Part�III.�IPC">
+<link rel="next" href="arrow-glib-GArrowMetadataVersion.html" title="GArrowMetadataVersion">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="ipc.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="ipc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="arrow-glib-GArrowMetadataVersion.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="metadata"></a>Metadata</h2></div></div></div>
+<div class="toc"><dl class="toc"><dt>
+<span class="refentrytitle"><a href="arrow-glib-GArrowMetadataVersion.html">GArrowMetadataVersion</a></span><span class="refpurpose"> \u2014 Metadata version mapgging between Arrow and arrow-glib</span>
+</dt></dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.20</div>
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/arrow-site/blob/cf45c51a/docs/c_glib/mode.html
----------------------------------------------------------------------
diff --git a/docs/c_glib/mode.html b/docs/c_glib/mode.html
new file mode 100644
index 0000000..5fca1f1
--- /dev/null
+++ b/docs/c_glib/mode.html
@@ -0,0 +1,33 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title> Reference Manual: Mode</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<link rel="home" href="index.html" title="Reference Manual">
+<link rel="up" href="io.html" title="Part�II.�IO">
+<link rel="prev" href="io.html" title="Part�II.�IO">
+<link rel="next" href="arrow-glib-GArrowFileMode.html" title="GArrowFileMode">
+<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
+<td width="100%" align="left" class="shortcuts"></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
+<td><a accesskey="u" href="io.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
+<td><a accesskey="p" href="io.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
+<td><a accesskey="n" href="arrow-glib-GArrowFileMode.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
+</tr></table>
+<div class="chapter">
+<div class="titlepage"><div><div><h2 class="title">
+<a name="mode"></a>Mode</h2></div></div></div>
+<div class="toc"><dl class="toc"><dt>
+<span class="refentrytitle"><a href="arrow-glib-GArrowFileMode.html">GArrowFileMode</a></span><span class="refpurpose"> \u2014 File mode mapping between Arrow and arrow-glib</span>
+</dt></dl></div>
+</div>
+<div class="footer">
+<hr>
+          Generated by GTK-Doc V1.20</div>
+</body>
+</html>