http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/style.css ---------------------------------------------------------------------- diff --git a/docs/c_glib/style.css b/docs/c_glib/style.css deleted file mode 100644 index 3675420..0000000 --- a/docs/c_glib/style.css +++ /dev/null @@ -1,479 +0,0 @@ -body -{ - font-family: cantarell, sans-serif; -} -.synopsis, .classsynopsis -{ - /* tango:aluminium 1/2 */ - background: #eeeeec; - background: rgba(238, 238, 236, 0.5); - border: solid 1px rgb(238, 238, 236); - padding: 0.5em; -} -.programlisting -{ - /* tango:sky blue 0/1 */ - /* fallback for no rgba support */ - background: #e6f3ff; - border: solid 1px #729fcf; - background: rgba(114, 159, 207, 0.1); - border: solid 1px rgba(114, 159, 207, 0.2); - padding: 0.5em; -} -.variablelist -{ - padding: 4px; - margin-left: 3em; -} -.variablelist td:first-child -{ - vertical-align: top; -} - -div.gallery-float -{ - float: left; - padding: 10px; -} -div.gallery-float img -{ - border-style: none; -} -div.gallery-spacer -{ - clear: both; -} - -a, a:visited -{ - text-decoration: none; - /* tango:sky blue 2 */ - color: #3465a4; -} -a:hover -{ - text-decoration: underline; - /* tango:sky blue 1 */ - color: #729fcf; -} - -div.informaltable table -{ - border-collapse: separate; - border-spacing: 1em 0.3em; - border: none; -} - -div.informaltable table td, div.informaltable table th -{ - vertical-align: top; -} - -.function_type, -.variable_type, -.property_type, -.signal_type, -.parameter_name, -.struct_member_name, -.union_member_name, -.define_keyword, -.datatype_keyword, -.typedef_keyword -{ - text-align: right; -} - -/* dim non-primary columns */ -.c_punctuation, -.function_type, -.variable_type, -.property_type, -.signal_type, -.define_keyword, -.datatype_keyword, -.typedef_keyword, -.property_flags, -.signal_flags, -.parameter_annotations, -.enum_member_annotations, -.struct_member_annotations, -.union_member_annotations -{ - color: #888a85; -} - -.function_type a, -.function_type a:visited, -.function_type a:hover, -.property_type a, -.property_type a:visited, -.property_type a:hover, -.signal_type a, -.signal_type a:visited, -.signal_type a:hover, -.signal_flags a, -.signal_flags a:visited, -.signal_flags a:hover -{ - color: #729fcf; -} - -td p -{ - margin: 0.25em; -} - -div.table table -{ - border-collapse: collapse; - border-spacing: 0px; - /* tango:aluminium 3 */ - border: solid 1px #babdb6; -} - -div.table table td, div.table table th -{ - /* tango:aluminium 3 */ - border: solid 1px #babdb6; - padding: 3px; - vertical-align: top; -} - -div.table table th -{ - /* tango:aluminium 2 */ - background-color: #d3d7cf; -} - -h4 -{ - color: #555753; - margin-top: 1em; - margin-bottom: 1em; -} - -hr -{ - /* tango:aluminium 1 */ - color: #d3d7cf; - background: #d3d7cf; - border: none 0px; - height: 1px; - clear: both; - margin: 2.0em 0em 2.0em 0em; -} - -dl.toc dt -{ - padding-bottom: 0.25em; -} - -dl.toc > dt -{ - padding-top: 0.25em; - padding-bottom: 0.25em; - font-weight: bold; -} - -dl.toc > dl -{ - padding-bottom: 0.5em; -} - -.parameter -{ - font-style: normal; -} - -.footer -{ - padding-top: 3.5em; - /* tango:aluminium 3 */ - color: #babdb6; - text-align: center; - font-size: 80%; -} - -.informalfigure, -.figure -{ - margin: 1em; -} - -.informalexample, -.example -{ - margin-top: 1em; - margin-bottom: 1em; -} - -.warning -{ - /* tango:orange 0/1 */ - background: #ffeed9; - background: rgba(252, 175, 62, 0.1); - border-color: #ffb04f; - border-color: rgba(252, 175, 62, 0.2); -} -.note -{ - /* tango:chameleon 0/0.5 */ - background: #d8ffb2; - background: rgba(138, 226, 52, 0.1); - border-color: #abf562; - border-color: rgba(138, 226, 52, 0.2); -} -div.blockquote -{ - border-color: #eeeeec; -} -.note, .warning, div.blockquote -{ - padding: 0.5em; - border-width: 1px; - border-style: solid; - margin: 2em; -} -.note p, .warning p -{ - margin: 0; -} - -div.warning h3.title, -div.note h3.title -{ - display: none; -} - -p + div.section -{ - margin-top: 1em; -} - -div.refnamediv, -div.refsynopsisdiv, -div.refsect1, -div.refsect2, -div.toc, -div.section -{ - margin-bottom: 1em; -} - -/* blob links */ -h2 .extralinks, h3 .extralinks -{ - float: right; - /* tango:aluminium 3 */ - color: #babdb6; - font-size: 80%; - font-weight: normal; -} - -.lineart -{ - color: #d3d7cf; - font-weight: normal; -} - -.annotation -{ - /* tango:aluminium 5 */ - color: #555753; - font-weight: normal; -} - -.structfield -{ - font-style: normal; - font-weight: normal; -} - -acronym,abbr -{ - border-bottom: 1px dotted gray; -} - -/* code listings */ - -.listing_code .programlisting .normal, -.listing_code .programlisting .normal a, -.listing_code .programlisting .number, -.listing_code .programlisting .cbracket, -.listing_code .programlisting .symbol { color: #555753; } -.listing_code .programlisting .comment, -.listing_code .programlisting .linenum { color: #babdb6; } /* tango: aluminium 3 */ -.listing_code .programlisting .function, -.listing_code .programlisting .function a, -.listing_code .programlisting .preproc { color: #204a87; } /* tango: sky blue 3 */ -.listing_code .programlisting .string { color: #ad7fa8; } /* tango: plum */ -.listing_code .programlisting .keyword, -.listing_code .programlisting .usertype, -.listing_code .programlisting .type, -.listing_code .programlisting .type a { color: #4e9a06; } /* tango: chameleon 3 */ - -.listing_frame { - /* tango:sky blue 1 */ - border: solid 1px #729fcf; - border: solid 1px rgba(114, 159, 207, 0.2); - padding: 0px; -} - -.listing_lines, .listing_code { - margin-top: 0px; - margin-bottom: 0px; - padding: 0.5em; -} -.listing_lines { - /* tango:sky blue 0.5 */ - background: #a6c5e3; - background: rgba(114, 159, 207, 0.2); - /* tango:aluminium 6 */ - color: #2e3436; -} -.listing_code { - /* tango:sky blue 0 */ - background: #e6f3ff; - background: rgba(114, 159, 207, 0.1); -} -.listing_code .programlisting { - /* override from previous */ - border: none 0px; - padding: 0px; - background: none; -} -.listing_lines pre, .listing_code pre { - margin: 0px; -} - -@media screen { - /* these have a <sup> as a first child, but since there are no parent selectors - * we can't use that. */ - a.footnote - { - position: relative; - top: 0em ! important; - } - /* this is needed so that the local anchors are displayed below the naviagtion */ - div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index a[name], div.glossary a[name], div.sect1 a[name] - { - display: inline-block; - position: relative; - top:-5em; - } - /* this seems to be a bug in the xsl style sheets when generating indexes */ - div.index div.index - { - top: 0em; - } - /* make space for the fixed navigation bar and add space at the bottom so that - * link targets appear somewhat close to top - */ - body - { - padding-top: 2.5em; - padding-bottom: 500px; - max-width: 60em; - } - p - { - max-width: 60em; - } - /* style and size the navigation bar */ - table.navigation#top - { - position: fixed; - background: #e2e2e2; - border-bottom: solid 1px #babdb6; - border-spacing: 5px; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - z-index: 10; - } - table.navigation#top td - { - padding-left: 6px; - padding-right: 6px; - } - .navigation a, .navigation a:visited - { - /* tango:sky blue 3 */ - color: #204a87; - } - .navigation a:hover - { - /* tango:sky blue 2 */ - color: #3465a4; - } - td.shortcuts - { - /* tango:sky blue 2 */ - color: #3465a4; - font-size: 80%; - white-space: nowrap; - } - td.shortcuts .dim - { - color: #babdb6; - } - .navigation .title - { - font-size: 80%; - max-width: none; - margin: 0px; - font-weight: normal; - } -} -@media screen and (min-width: 60em) { - /* screen larger than 60em */ - body { margin: auto; } -} -@media screen and (max-width: 60em) { - /* screen less than 60em */ - #nav_hierarchy { display: none; } - #nav_interfaces { display: none; } - #nav_prerequisites { display: none; } - #nav_derived_interfaces { display: none; } - #nav_implementations { display: none; } - #nav_child_properties { display: none; } - #nav_style_properties { display: none; } - #nav_index { display: none; } - #nav_glossary { display: none; } - .gallery_image { display: none; } - .property_flags { display: none; } - .signal_flags { display: none; } - .parameter_annotations { display: none; } - .enum_member_annotations { display: none; } - .struct_member_annotations { display: none; } - .union_member_annotations { display: none; } - /* now that a column is hidden, optimize space */ - col.parameters_name { width: auto; } - col.parameters_description { width: auto; } - col.struct_members_name { width: auto; } - col.struct_members_description { width: auto; } - col.enum_members_name { width: auto; } - col.enum_members_description { width: auto; } - col.union_members_name { width: auto; } - col.union_members_description { width: auto; } - .listing_lines { display: none; } -} -@media print { - table.navigation { - visibility: collapse; - display: none; - } - div.titlepage table.navigation { - visibility: visible; - display: table; - background: #e2e2e2; - border: solid 1px #babdb6; - margin-top: 0; - margin-bottom: 0; - top: 0; - left: 0; - height: 3em; - } -} -
http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/table-builder-classes.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/table-builder-classes.html b/docs/c_glib/table-builder-classes.html deleted file mode 100644 index 140470d..0000000 --- a/docs/c_glib/table-builder-classes.html +++ /dev/null @@ -1,414 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Table builder classes: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="table-builder.html" title="Table builder"> -<link rel="prev" href="table-builder.html" title="Table builder"> -<link rel="next" href="buffer.html" title="Buffer"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><tr valign="middle"> -<td width="100%" align="left" class="shortcuts"> -<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> - <a href="#table-builder-classes.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> - <a href="#table-builder-classes.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_properties">  <span class="dim">|</span> - <a href="#table-builder-classes.properties" class="shortcut">Properties</a></span> -</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="table-builder.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="table-builder.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="buffer.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> -</tr></table> -<div class="refentry"> -<a name="table-builder-classes"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="table-builder-classes.top_of_page"></a>Table builder classes</span></h2> -<p>Table builder classes</p> -</td> -<td class="gallery_image" valign="top" align="right"></td> -</tr></table></div> -<div class="refsect1"> -<a name="table-builder-classes.functions"></a><h2>Functions</h2> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> -</colgroup> -<tbody> -<tr> -<td class="function_type"> -<a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="returnvalue">GArrowRecordBatchBuilder</span></a> * -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-new" title="garrow_record_batch_builder_new ()">garrow_record_batch_builder_new</a> <span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="function_type"> -<GTKDOCLINK HREF="gint64"><span class="returnvalue">gint64</span></GTKDOCLINK> -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-get-initial-capacity" title="garrow_record_batch_builder_get_initial_capacity ()">garrow_record_batch_builder_get_initial_capacity</a> <span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="function_type"> -<GTKDOCLINK HREF="void"><span class="returnvalue">void</span></GTKDOCLINK> -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-set-initial-capacity" title="garrow_record_batch_builder_set_initial_capacity ()">garrow_record_batch_builder_set_initial_capacity</a> <span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="function_type"> -<a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="returnvalue">GArrowSchema</span></a> * -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-get-schema" title="garrow_record_batch_builder_get_schema ()">garrow_record_batch_builder_get_schema</a> <span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="function_type"> -<GTKDOCLINK HREF="gint"><span class="returnvalue">gint</span></GTKDOCLINK> -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-get-n-fields" title="garrow_record_batch_builder_get_n_fields ()">garrow_record_batch_builder_get_n_fields</a> <span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="function_type"> -<a class="link" href="array-builder-classes.html#GArrowArrayBuilder"><span class="returnvalue">GArrowArrayBuilder</span></a> * -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-get-field" title="garrow_record_batch_builder_get_field ()">garrow_record_batch_builder_get_field</a> <span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="function_type"> -<a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="returnvalue">GArrowRecordBatch</span></a> * -</td> -<td class="function_name"> -<a class="link" href="table-builder-classes.html#garrow-record-batch-builder-flush" title="garrow_record_batch_builder_flush ()">garrow_record_batch_builder_flush</a> <span class="c_punctuation">()</span> -</td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect1"> -<a name="table-builder-classes.properties"></a><h2>Properties</h2> -<div class="informaltable"><table class="informaltable" border="0"> -<colgroup> -<col width="150px" class="properties_type"> -<col width="300px" class="properties_name"> -<col width="200px" class="properties_flags"> -</colgroup> -<tbody><tr> -<td class="property_type"><GTKDOCLINK HREF="gpointer"><span class="type">gpointer</span></GTKDOCLINK></td> -<td class="property_name"><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder--record-batch-builder" title="The ârecord-batch-builderâ property">record-batch-builder</a></td> -<td class="property_flags">Write / Construct Only</td> -</tr></tbody> -</table></div> -</div> -<a name="GArrowRecordBatchBuilder"></a><div class="refsect1"> -<a name="table-builder-classes.other"></a><h2>Types and Values</h2> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="name"> -<col class="description"> -</colgroup> -<tbody> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="table-builder-classes.html#GARROW-TYPE-RECORD-BATCH-BUILDER:CAPS" title="GARROW_TYPE_RECORD_BATCH_BUILDER">GARROW_TYPE_RECORD_BATCH_BUILDER</a></td> -</tr> -<tr> -<td class="datatype_keyword">struct</td> -<td class="function_name"><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilderClass" title="struct GArrowRecordBatchBuilderClass">GArrowRecordBatchBuilderClass</a></td> -</tr> -<tr> -<td class="datatype_keyword"> </td> -<td class="function_name"><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder-struct" title="GArrowRecordBatchBuilder">GArrowRecordBatchBuilder</a></td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect1"> -<a name="table-builder-classes.object-hierarchy"></a><h2>Object Hierarchy</h2> -<pre class="screen"> <GTKDOCLINK HREF="GObject">GObject</GTKDOCLINK> - <span class="lineart">â°ââ</span> GArrowRecordBatchBuilder -</pre> -</div> -<div class="refsect1"> -<a name="table-builder-classes.includes"></a><h2>Includes</h2> -<pre class="synopsis">#include <arrow-glib/arrow-glib.h> -</pre> -</div> -<div class="refsect1"> -<a name="table-builder-classes.description"></a><h2>Description</h2> -<p><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> is a class to create -new <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a>.</p> -</div> -<div class="refsect1"> -<a name="table-builder-classes.functions_details"></a><h2>Functions</h2> -<div class="refsect2"> -<a name="garrow-record-batch-builder-new"></a><h3>garrow_record_batch_builder_new ()</h3> -<pre class="programlisting"><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="returnvalue">GArrowRecordBatchBuilder</span></a> * -garrow_record_batch_builder_new (<em class="parameter"><code><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> *schema</code></em>, - <em class="parameter"><code><GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> **error</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-new.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody> -<tr> -<td class="parameter_name"><p>schema</p></td> -<td class="parameter_description"><p>A <a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr> -<tr> -<td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>Return location for a <GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>. </p></td> -<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="garrow-record-batch-builder-new.returns"></a><h4>Returns</h4> -<p> A newly created <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> on success, -<GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> on error.</p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="garrow-record-batch-builder-get-initial-capacity"></a><h3>garrow_record_batch_builder_get_initial_capacity ()</h3> -<pre class="programlisting"><GTKDOCLINK HREF="gint64"><span class="returnvalue">gint64</span></GTKDOCLINK> -garrow_record_batch_builder_get_initial_capacity - (<em class="parameter"><code><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> *builder</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-initial-capacity.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody><tr> -<td class="parameter_name"><p>builder</p></td> -<td class="parameter_description"><p>A <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr></tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-initial-capacity.returns"></a><h4>Returns</h4> -<p> The initial capacity for array builders.</p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="garrow-record-batch-builder-set-initial-capacity"></a><h3>garrow_record_batch_builder_set_initial_capacity ()</h3> -<pre class="programlisting"><GTKDOCLINK HREF="void"><span class="returnvalue">void</span></GTKDOCLINK> -garrow_record_batch_builder_set_initial_capacity - (<em class="parameter"><code><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> *builder</code></em>, - <em class="parameter"><code><GTKDOCLINK HREF="gint64"><span class="type">gint64</span></GTKDOCLINK> capacity</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-set-initial-capacity.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody> -<tr> -<td class="parameter_name"><p>builder</p></td> -<td class="parameter_description"><p>A <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr> -<tr> -<td class="parameter_name"><p>capacity</p></td> -<td class="parameter_description"><p>The new initial capacity for array builders.</p></td> -<td class="parameter_annotations"> </td> -</tr> -</tbody> -</table></div> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="garrow-record-batch-builder-get-schema"></a><h3>garrow_record_batch_builder_get_schema ()</h3> -<pre class="programlisting"><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="returnvalue">GArrowSchema</span></a> * -garrow_record_batch_builder_get_schema - (<em class="parameter"><code><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> *builder</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-schema.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody><tr> -<td class="parameter_name"><p>builder</p></td> -<td class="parameter_description"><p>A <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr></tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-schema.returns"></a><h4>Returns</h4> -<p>The <a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> of the record batch builder. </p> -<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="garrow-record-batch-builder-get-n-fields"></a><h3>garrow_record_batch_builder_get_n_fields ()</h3> -<pre class="programlisting"><GTKDOCLINK HREF="gint"><span class="returnvalue">gint</span></GTKDOCLINK> -garrow_record_batch_builder_get_n_fields - (<em class="parameter"><code><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> *builder</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-n-fields.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody><tr> -<td class="parameter_name"><p>builder</p></td> -<td class="parameter_description"><p>A <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr></tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-n-fields.returns"></a><h4>Returns</h4> -<p> The number of fields.</p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="garrow-record-batch-builder-get-field"></a><h3>garrow_record_batch_builder_get_field ()</h3> -<pre class="programlisting"><a class="link" href="array-builder-classes.html#GArrowArrayBuilder"><span class="returnvalue">GArrowArrayBuilder</span></a> * -garrow_record_batch_builder_get_field (<em class="parameter"><code><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> *builder</code></em>, - <em class="parameter"><code><GTKDOCLINK HREF="gint"><span class="type">gint</span></GTKDOCLINK> i</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-field.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody> -<tr> -<td class="parameter_name"><p>builder</p></td> -<td class="parameter_description"><p>A <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr> -<tr> -<td class="parameter_name"><p>i</p></td> -<td class="parameter_description"><p>The field index. If it's negative, index is counted backward -from the end of the fields. <code class="literal">-1</code> means the last field.</p></td> -<td class="parameter_annotations"> </td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="garrow-record-batch-builder-get-field.returns"></a><h4>Returns</h4> -<p>The <a class="link" href="array-builder-classes.html#GArrowArrayBuilder"><span class="type">GArrowArrayBuilder</span></a> for -the <code class="literal">i</code>-th field on success, <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> on out of index. </p> -<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>][<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="garrow-record-batch-builder-flush"></a><h3>garrow_record_batch_builder_flush ()</h3> -<pre class="programlisting"><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="returnvalue">GArrowRecordBatch</span></a> * -garrow_record_batch_builder_flush (<em class="parameter"><code><a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a> *builder</code></em>, - <em class="parameter"><code><GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> **error</code></em>);</pre> -<div class="refsect3"> -<a name="garrow-record-batch-builder-flush.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody> -<tr> -<td class="parameter_name"><p>builder</p></td> -<td class="parameter_description"><p>A <a class="link" href="table-builder-classes.html#GArrowRecordBatchBuilder"><span class="type">GArrowRecordBatchBuilder</span></a>.</p></td> -<td class="parameter_annotations"> </td> -</tr> -<tr> -<td class="parameter_name"><p>error</p></td> -<td class="parameter_description"><p>Return location for a <GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>. </p></td> -<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="garrow-record-batch-builder-flush.returns"></a><h4>Returns</h4> -<p>The built <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> on success, -<GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> on error. </p> -<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-8-0.html#api-index-0.8.0">0.8.0</a></p> -</div> -</div> -<div class="refsect1"> -<a name="table-builder-classes.other_details"></a><h2>Types and Values</h2> -<div class="refsect2"> -<a name="GARROW-TYPE-RECORD-BATCH-BUILDER:CAPS"></a><h3>GARROW_TYPE_RECORD_BATCH_BUILDER</h3> -<pre class="programlisting">#define GARROW_TYPE_RECORD_BATCH_BUILDER (garrow_record_batch_builder_get_type()) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GArrowRecordBatchBuilderClass"></a><h3>struct GArrowRecordBatchBuilderClass</h3> -<pre class="programlisting">struct GArrowRecordBatchBuilderClass { - GObjectClass parent_class; -}; -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GArrowRecordBatchBuilder-struct"></a><h3>GArrowRecordBatchBuilder</h3> -<pre class="programlisting">typedef struct _GArrowRecordBatchBuilder GArrowRecordBatchBuilder;</pre> -</div> -</div> -<div class="refsect1"> -<a name="table-builder-classes.property-details"></a><h2>Property Details</h2> -<div class="refsect2"> -<a name="GArrowRecordBatchBuilder--record-batch-builder"></a><h3>The <code class="literal">ârecord-batch-builderâ</code> property</h3> -<pre class="programlisting"> ârecord-batch-builderâ <GTKDOCLINK HREF="gpointer"><span class="type">gpointer</span></GTKDOCLINK></pre> -<p>The raw arrow::RecordBatchBuilder *.</p> -<p>Flags: Write / Construct Only</p> -</div> -</div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/table-builder.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/table-builder.html b/docs/c_glib/table-builder.html deleted file mode 100644 index 7033dc6..0000000 --- a/docs/c_glib/table-builder.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Table builder: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="data.html" title="Part I. Data"> -<link rel="prev" href="GArrowChunkedArray.html" title="GArrowChunkedArray"> -<link rel="next" href="table-builder-classes.html" title="Table builder classes"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><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="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="GArrowChunkedArray.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="table-builder-classes.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="table-builder"></a>Table builder</h2></div></div></div> -<div class="toc"><dl class="toc"><dt> -<span class="refentrytitle"><a href="table-builder-classes.html">Table builder classes</a></span><span class="refpurpose"></span> -</dt></dl></div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/table.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/table.html b/docs/c_glib/table.html deleted file mode 100644 index 9218736..0000000 --- a/docs/c_glib/table.html +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Table: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="data.html" title="Part I. Data"> -<link rel="prev" href="GArrowSchema.html" title="GArrowSchema"> -<link rel="next" href="GArrowTable.html" title="GArrowTable"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><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="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="GArrowSchema.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="GArrowTable.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="table"></a>Table</h2></div></div></div> -<div class="toc"><dl class="toc"> -<dt> -<span class="refentrytitle"><a href="GArrowTable.html">GArrowTable</a></span><span class="refpurpose"> â Table class</span> -</dt> -<dt> -<span class="refentrytitle"><a href="GArrowRecordBatch.html">GArrowRecordBatch</a></span><span class="refpurpose"> â Record batch class</span> -</dt> -<dt> -<span class="refentrytitle"><a href="GArrowColumn.html">GArrowColumn</a></span><span class="refpurpose"> â Column class</span> -</dt> -<dt> -<span class="refentrytitle"><a href="GArrowChunkedArray.html">GArrowChunkedArray</a></span><span class="refpurpose"> â Chunked array class</span> -</dt> -</dl></div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/tensor.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/tensor.html b/docs/c_glib/tensor.html deleted file mode 100644 index 0616d42..0000000 --- a/docs/c_glib/tensor.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Tensor: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="data.html" title="Part I. Data"> -<link rel="prev" href="GArrowDecimal128.html" title="Decimal classes"> -<link rel="next" href="GArrowTensor.html" title="GArrowTensor"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><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="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="GArrowDecimal128.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="GArrowTensor.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="tensor"></a>Tensor</h2></div></div></div> -<div class="toc"><dl class="toc"><dt> -<span class="refentrytitle"><a href="GArrowTensor.html">GArrowTensor</a></span><span class="refpurpose"> â Tensor class</span> -</dt></dl></div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/type.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/type.html b/docs/c_glib/type.html deleted file mode 100644 index 34288a7..0000000 --- a/docs/c_glib/type.html +++ /dev/null @@ -1,40 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Type: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="data.html" title="Part I. Data"> -<link rel="prev" href="GArrowTensor.html" title="GArrowTensor"> -<link rel="next" href="arrow-glib-GArrowType.html" title="GArrowType"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><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="data.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="GArrowTensor.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="arrow-glib-GArrowType.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="type"></a>Type</h2></div></div></div> -<div class="toc"><dl class="toc"> -<dt> -<span class="refentrytitle"><a href="arrow-glib-GArrowType.html">GArrowType</a></span><span class="refpurpose"> â Type mapping between Arrow and arrow-glib</span> -</dt> -<dt> -<span class="refentrytitle"><a href="basic-data-type-classes.html">Basic data type classes</a></span><span class="refpurpose"></span> -</dt> -<dt> -<span class="refentrytitle"><a href="composite-data-type-classes.html">Composite data type classes</a></span><span class="refpurpose"></span> -</dt> -</dl></div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/up-insensitive.png ---------------------------------------------------------------------- diff --git a/docs/c_glib/up-insensitive.png b/docs/c_glib/up-insensitive.png deleted file mode 100644 index 674be9c..0000000 Binary files a/docs/c_glib/up-insensitive.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/up.png ---------------------------------------------------------------------- diff --git a/docs/c_glib/up.png b/docs/c_glib/up.png deleted file mode 100644 index ae83f66..0000000 Binary files a/docs/c_glib/up.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/version-macros.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/version-macros.html b/docs/c_glib/version-macros.html deleted file mode 100644 index 906689f..0000000 --- a/docs/c_glib/version-macros.html +++ /dev/null @@ -1,292 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Version related macros: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="version.html" title="Version"> -<link rel="prev" href="version.html" title="Version"> -<link rel="next" href="object-tree.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><tr valign="middle"> -<td width="100%" align="left" class="shortcuts"> -<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> - <a href="#version-macros.description" class="shortcut">Description</a></span> -</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="version.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="version.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> -</tr></table> -<div class="refentry"> -<a name="version-macros"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="version-macros.top_of_page"></a>Version related macros</span></h2> -<p>Version related macros</p> -</td> -<td class="gallery_image" valign="top" align="right"></td> -</tr></table></div> -<div class="refsect1"> -<a name="version-macros.functions"></a><h2>Functions</h2> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="functions_return"> -<col class="functions_name"> -</colgroup> -<tbody> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"> -<a class="link" href="version-macros.html#GARROW-VERSION-CHECK:CAPS" title="GARROW_VERSION_CHECK()">GARROW_VERSION_CHECK</a><span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"> -<a class="link" href="version-macros.html#GARROW-DEPRECATED-FOR:CAPS" title="GARROW_DEPRECATED_FOR()">GARROW_DEPRECATED_FOR</a><span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"> -<a class="link" href="version-macros.html#GARROW-UNAVAILABLE:CAPS" title="GARROW_UNAVAILABLE()">GARROW_UNAVAILABLE</a><span class="c_punctuation">()</span> -</td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"> -<a class="link" href="version-macros.html#GARROW-DEPRECATED-IN-0-10-FOR:CAPS" title="GARROW_DEPRECATED_IN_0_10_FOR()">GARROW_DEPRECATED_IN_0_10_FOR</a><span class="c_punctuation">()</span> -</td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect1"> -<a name="version-macros.other"></a><h2>Types and Values</h2> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="name"> -<col class="description"> -</colgroup> -<tbody> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-MAJOR:CAPS" title="GARROW_VERSION_MAJOR">GARROW_VERSION_MAJOR</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-MINOR:CAPS" title="GARROW_VERSION_MINOR">GARROW_VERSION_MINOR</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-MICRO:CAPS" title="GARROW_VERSION_MICRO">GARROW_VERSION_MICRO</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-TAG:CAPS" title="GARROW_VERSION_TAG">GARROW_VERSION_TAG</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-DEPRECATED:CAPS" title="GARROW_DEPRECATED">GARROW_DEPRECATED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-0-10:CAPS" title="GARROW_VERSION_0_10">GARROW_VERSION_0_10</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-MIN-REQUIRED:CAPS" title="GARROW_VERSION_MIN_REQUIRED">GARROW_VERSION_MIN_REQUIRED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-VERSION-MAX-ALLOWED:CAPS" title="GARROW_VERSION_MAX_ALLOWED">GARROW_VERSION_MAX_ALLOWED</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-AVAILABLE-IN-ALL:CAPS" title="GARROW_AVAILABLE_IN_ALL">GARROW_AVAILABLE_IN_ALL</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-DEPRECATED-IN-0-10:CAPS" title="GARROW_DEPRECATED_IN_0_10">GARROW_DEPRECATED_IN_0_10</a></td> -</tr> -<tr> -<td class="define_keyword">#define</td> -<td class="function_name"><a class="link" href="version-macros.html#GARROW-AVAILABLE-IN-0-10:CAPS" title="GARROW_AVAILABLE_IN_0_10">GARROW_AVAILABLE_IN_0_10</a></td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect1"> -<a name="version-macros.includes"></a><h2>Includes</h2> -<pre class="synopsis">#include <arrow-glib/arrow-glib.h> -</pre> -</div> -<div class="refsect1"> -<a name="version-macros.description"></a><h2>Description</h2> -<p>Apache Arrow GLib provides macros that can be used by C pre-processor. -They are useful to check version related things at compile time.</p> -</div> -<div class="refsect1"> -<a name="version-macros.functions_details"></a><h2>Functions</h2> -<div class="refsect2"> -<a name="GARROW-VERSION-CHECK:CAPS"></a><h3>GARROW_VERSION_CHECK()</h3> -<pre class="programlisting">#define GARROW_VERSION_CHECK(major, minor, micro)</pre> -<p>You can use this macro in C pre-processor.</p> -<div class="refsect3"> -<a name="GARROW-VERSION-CHECK.parameters"></a><h4>Parameters</h4> -<div class="informaltable"><table class="informaltable" width="100%" border="0"> -<colgroup> -<col width="150px" class="parameters_name"> -<col class="parameters_description"> -<col width="200px" class="parameters_annotations"> -</colgroup> -<tbody> -<tr> -<td class="parameter_name"><p>major</p></td> -<td class="parameter_description"><p>A major version to check for.</p></td> -<td class="parameter_annotations"> </td> -</tr> -<tr> -<td class="parameter_name"><p>minor</p></td> -<td class="parameter_description"><p>A minor version to check for.</p></td> -<td class="parameter_annotations"> </td> -</tr> -<tr> -<td class="parameter_name"><p>micro</p></td> -<td class="parameter_description"><p>A micro version to check for.</p></td> -<td class="parameter_annotations"> </td> -</tr> -</tbody> -</table></div> -</div> -<div class="refsect3"> -<a name="GARROW-VERSION-CHECK.returns"></a><h4>Returns</h4> -<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if the compile time Apache Arrow GLib version is the -same as or newer than the passed version, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> otherwise.</p> -</div> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-DEPRECATED-FOR:CAPS"></a><h3>GARROW_DEPRECATED_FOR()</h3> -<pre class="programlisting"># define GARROW_DEPRECATED_FOR(function) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-UNAVAILABLE:CAPS"></a><h3>GARROW_UNAVAILABLE()</h3> -<pre class="programlisting"># define GARROW_UNAVAILABLE(major, minor) -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-DEPRECATED-IN-0-10-FOR:CAPS"></a><h3>GARROW_DEPRECATED_IN_0_10_FOR()</h3> -<pre class="programlisting"># define GARROW_DEPRECATED_IN_0_10_FOR(function) GARROW_DEPRECATED_FOR(function) -</pre> -</div> -</div> -<div class="refsect1"> -<a name="version-macros.other_details"></a><h2>Types and Values</h2> -<div class="refsect2"> -<a name="GARROW-VERSION-MAJOR:CAPS"></a><h3>GARROW_VERSION_MAJOR</h3> -<pre class="programlisting">#define GARROW_VERSION_MAJOR (0) -</pre> -<p>The major version.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-VERSION-MINOR:CAPS"></a><h3>GARROW_VERSION_MINOR</h3> -<pre class="programlisting">#define GARROW_VERSION_MINOR (10) -</pre> -<p>The minor version.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-VERSION-MICRO:CAPS"></a><h3>GARROW_VERSION_MICRO</h3> -<pre class="programlisting">#define GARROW_VERSION_MICRO (0) -</pre> -<p>The micro version.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-VERSION-TAG:CAPS"></a><h3>GARROW_VERSION_TAG</h3> -<pre class="programlisting">#define GARROW_VERSION_TAG "" -</pre> -<p>The version tag. Normally, it's an empty string. It's "SNAPSHOT" -for snapshot version.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-DEPRECATED:CAPS"></a><h3>GARROW_DEPRECATED</h3> -<pre class="programlisting"># define GARROW_DEPRECATED -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-VERSION-0-10:CAPS"></a><h3>GARROW_VERSION_0_10</h3> -<pre class="programlisting">#define GARROW_VERSION_0_10 G_ENCODE_VERSION(0, 10) -</pre> -<p>You can use this macro value for compile time API version check.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-VERSION-MIN-REQUIRED:CAPS"></a><h3>GARROW_VERSION_MIN_REQUIRED</h3> -<pre class="programlisting">#define GARROW_VERSION_MIN_REQUIRED</pre> -<p>You can use this macro for compile time API version check.</p> -<p>This macro value must be one of the predefined version macros such -as <a class="link" href="version-macros.html#GARROW-VERSION-0-10:CAPS" title="GARROW_VERSION_0_10"><code class="literal">GARROW_VERSION_0_10</code></a>.</p> -<p>If you use any functions that is defined by newer version than -<a class="link" href="version-macros.html#GARROW-VERSION-MIN-REQUIRED:CAPS" title="GARROW_VERSION_MIN_REQUIRED"><code class="literal">GARROW_VERSION_MIN_REQUIRED</code></a>, deprecated warnings are produced at -compile time.</p> -<p>You must define this macro before including the -arrow-glib/arrow-glib.h header.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-VERSION-MAX-ALLOWED:CAPS"></a><h3>GARROW_VERSION_MAX_ALLOWED</h3> -<pre class="programlisting">#define GARROW_VERSION_MAX_ALLOWED</pre> -<p>You can use this macro for compile time API version check.</p> -<p>This macro value must be one of the predefined version macros such -as <a class="link" href="version-macros.html#GARROW-VERSION-0-10:CAPS" title="GARROW_VERSION_0_10"><code class="literal">GARROW_VERSION_0_10</code></a>.</p> -<p>If you use any functions that is defined by newer version than -<a class="link" href="version-macros.html#GARROW-VERSION-MAX-ALLOWED:CAPS" title="GARROW_VERSION_MAX_ALLOWED"><code class="literal">GARROW_VERSION_MAX_ALLOWED</code></a>, deprecated warnings are produced at -compile time.</p> -<p>You must define this macro before including the -arrow-glib/arrow-glib.h header.</p> -<p class="since">Since: <a class="link" href="api-index-0-10-0.html#api-index-0.10.0">0.10.0</a></p> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-AVAILABLE-IN-ALL:CAPS"></a><h3>GARROW_AVAILABLE_IN_ALL</h3> -<pre class="programlisting">#define GARROW_AVAILABLE_IN_ALL -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-DEPRECATED-IN-0-10:CAPS"></a><h3>GARROW_DEPRECATED_IN_0_10</h3> -<pre class="programlisting"># define GARROW_DEPRECATED_IN_0_10 GARROW_DEPRECATED -</pre> -</div> -<hr> -<div class="refsect2"> -<a name="GARROW-AVAILABLE-IN-0-10:CAPS"></a><h3>GARROW_AVAILABLE_IN_0_10</h3> -<pre class="programlisting"># define GARROW_AVAILABLE_IN_0_10 GARROW_UNAVAILABLE(0, 10) -</pre> -</div> -</div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/f508ee59/docs/c_glib/version.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/version.html b/docs/c_glib/version.html deleted file mode 100644 index fe0ad51..0000000 --- a/docs/c_glib/version.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Version: arrow-glib Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="arrow-glib Reference Manual"> -<link rel="up" href="misc.html" title="Part V. Misc"> -<link rel="prev" href="misc.html" title="Part V. Misc"> -<link rel="next" href="version-macros.html" title="Version related macros"> -<meta name="generator" content="GTK-Doc V1.27 (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="5"><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="misc.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="misc.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="version-macros.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="version"></a>Version</h2></div></div></div> -<div class="toc"><dl class="toc"><dt> -<span class="refentrytitle"><a href="version-macros.html">Version related macros</a></span><span class="refpurpose"></span> -</dt></dl></div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.27</div> -</body> -</html>
