Update Python and GLib API docs for 0.6.0
Project: http://git-wip-us.apache.org/repos/asf/arrow-site/repo Commit: http://git-wip-us.apache.org/repos/asf/arrow-site/commit/4d4a3202 Tree: http://git-wip-us.apache.org/repos/asf/arrow-site/tree/4d4a3202 Diff: http://git-wip-us.apache.org/repos/asf/arrow-site/diff/4d4a3202 Branch: refs/heads/asf-site Commit: 4d4a3202b9b1ec9db64b4263c782b89c38fa612b Parents: 7c942e5 Author: Wes McKinney <wes.mckin...@twosigma.com> Authored: Wed Aug 16 17:32:45 2017 -0400 Committer: Wes McKinney <wes.mckin...@twosigma.com> Committed: Wed Aug 16 17:32:45 2017 -0400 ---------------------------------------------------------------------- docs/c_glib/GArrowChunkedArray.html | 64 +- docs/c_glib/GArrowColumn.html | 68 +- docs/c_glib/GArrowField.html | 5 +- docs/c_glib/GArrowFile.html | 4 +- docs/c_glib/GArrowReadable.html | 25 +- docs/c_glib/GArrowRecordBatch.html | 117 +- docs/c_glib/GArrowSchema.html | 64 +- docs/c_glib/GArrowTable.html | 68 +- docs/c_glib/GArrowTensor.html | 94 +- docs/c_glib/GArrowWriteable.html | 4 +- docs/c_glib/GArrowWriteableFile.html | 12 +- docs/c_glib/annotation-glossary.html | 2 + docs/c_glib/api-index-full.html | 451 +++- docs/c_glib/array-builder-classes.html | 362 +++- docs/c_glib/array-classes.html | 2005 ++++++++++++++++-- docs/c_glib/arrow-glib.devhelp2 | 159 +- docs/c_glib/buffer-classes.html | 144 +- docs/c_glib/data-type-classes.html | 13 +- docs/c_glib/data.html | 2 +- docs/c_glib/deprecated-api-index.html | 12 +- docs/c_glib/index.html | 43 +- docs/c_glib/index.sgml | 280 ++- docs/c_glib/input-output.html | 13 +- docs/c_glib/input-stream-classes.html | 554 +++++ docs/c_glib/input.html | 5 +- docs/c_glib/io.html | 19 +- docs/c_glib/ipc.html | 26 +- docs/c_glib/object-tree.html | 33 +- docs/c_glib/output-stream-classes.html | 375 ++++ docs/c_glib/output.html | 9 +- docs/c_glib/reader-classes.html | 975 +++++++++ docs/c_glib/reader.html | 15 +- docs/c_glib/tensor.html | 2 +- docs/c_glib/writer-classes.html | 585 +++++ docs/c_glib/writer.html | 19 +- docs/python/_modules/index.html | 8 +- docs/python/_modules/pyarrow/filesystem.html | 472 +++++ docs/python/_modules/pyarrow/hdfs.html | 283 +++ docs/python/_modules/pyarrow/ipc.html | 3 +- docs/python/_modules/pyarrow/parquet.html | 339 ++- docs/python/_sources/api.rst.txt | 40 +- docs/python/_sources/development.rst.txt | 17 +- docs/python/_sources/filesystems.rst.txt | 48 +- .../generated/pyarrow.ChunkedArray.rst.txt | 1 + .../pyarrow.HadoopFileSystem.cat.rst.txt | 6 + .../pyarrow.HadoopFileSystem.chmod.rst.txt | 6 + .../pyarrow.HadoopFileSystem.chown.rst.txt | 6 + .../pyarrow.HadoopFileSystem.delete.rst.txt | 6 + .../pyarrow.HadoopFileSystem.df.rst.txt | 6 + .../pyarrow.HadoopFileSystem.disk_usage.rst.txt | 6 + .../pyarrow.HadoopFileSystem.download.rst.txt | 6 + .../pyarrow.HadoopFileSystem.exists.rst.txt | 6 + ...yarrow.HadoopFileSystem.get_capacity.rst.txt | 6 + ...rrow.HadoopFileSystem.get_space_used.rst.txt | 6 + .../pyarrow.HadoopFileSystem.info.rst.txt | 6 + .../pyarrow.HadoopFileSystem.ls.rst.txt | 6 + .../pyarrow.HadoopFileSystem.mkdir.rst.txt | 6 + .../pyarrow.HadoopFileSystem.open.rst.txt | 6 + .../pyarrow.HadoopFileSystem.rename.rst.txt | 6 + .../pyarrow.HadoopFileSystem.rm.rst.txt | 6 + .../pyarrow.HadoopFileSystem.upload.rst.txt | 6 + .../_sources/generated/pyarrow.HdfsFile.rst.txt | 38 + .../generated/pyarrow.LocalFileSystem.rst.txt | 43 + .../generated/pyarrow.RecordBatch.rst.txt | 1 + .../_sources/generated/pyarrow.Table.rst.txt | 1 + .../generated/pyarrow.hdfs.connect.rst.txt | 6 + .../generated/pyarrow.lib.Array.rst.txt | 35 + .../generated/pyarrow.lib.BinaryArray.rst.txt | 35 + .../generated/pyarrow.lib.BooleanArray.rst.txt | 35 + .../generated/pyarrow.lib.DataType.rst.txt | 28 + .../generated/pyarrow.lib.Date32Array.rst.txt | 35 + .../generated/pyarrow.lib.Date64Array.rst.txt | 35 + .../generated/pyarrow.lib.DecimalArray.rst.txt | 35 + .../pyarrow.lib.DictionaryArray.rst.txt | 38 + .../generated/pyarrow.lib.Field.rst.txt | 33 + .../pyarrow.lib.FixedSizeBinaryArray.rst.txt | 35 + .../pyarrow.lib.FloatingPointArray.rst.txt | 35 + .../generated/pyarrow.lib.Int16Array.rst.txt | 35 + .../generated/pyarrow.lib.Int32Array.rst.txt | 35 + .../generated/pyarrow.lib.Int64Array.rst.txt | 35 + .../generated/pyarrow.lib.Int8Array.rst.txt | 35 + .../generated/pyarrow.lib.IntegerArray.rst.txt | 35 + .../generated/pyarrow.lib.ListArray.rst.txt | 36 + .../generated/pyarrow.lib.NullArray.rst.txt | 35 + .../generated/pyarrow.lib.NumericArray.rst.txt | 35 + .../generated/pyarrow.lib.Schema.rst.txt | 33 + .../generated/pyarrow.lib.StringArray.rst.txt | 35 + .../generated/pyarrow.lib.Time32Array.rst.txt | 35 + .../generated/pyarrow.lib.Time64Array.rst.txt | 35 + .../pyarrow.lib.TimestampArray.rst.txt | 35 + .../generated/pyarrow.lib.UInt16Array.rst.txt | 35 + .../generated/pyarrow.lib.UInt32Array.rst.txt | 35 + .../generated/pyarrow.lib.UInt64Array.rst.txt | 35 + .../generated/pyarrow.lib.UInt8Array.rst.txt | 35 + .../pyarrow.parquet.ParquetDataset.rst.txt | 1 + .../pyarrow.parquet.ParquetFile.rst.txt | 1 - .../pyarrow.parquet.read_metadata.rst.txt | 6 + .../pyarrow.parquet.read_pandas.rst.txt | 6 + .../pyarrow.parquet.read_schema.rst.txt | 6 + .../generated/pyarrow.plasma.ObjectID.rst.txt | 22 + .../pyarrow.plasma.PlasmaBuffer.rst.txt | 29 + .../pyarrow.plasma.PlasmaClient.rst.txt | 43 + docs/python/_sources/index.rst.txt | 1 + docs/python/_sources/memory.rst.txt | 19 - docs/python/_sources/parquet.rst.txt | 2 +- docs/python/_sources/plasma.rst.txt | 337 +++ docs/python/_static/pygments.css | 4 + docs/python/api.html | 129 +- docs/python/data.html | 180 +- docs/python/development.html | 31 +- docs/python/filesystems.html | 104 +- docs/python/generated/pyarrow.ArrayValue.html | 5 +- docs/python/generated/pyarrow.BinaryValue.html | 7 +- docs/python/generated/pyarrow.BooleanValue.html | 7 +- docs/python/generated/pyarrow.Buffer.html | 5 +- .../generated/pyarrow.BufferOutputStream.html | 67 +- docs/python/generated/pyarrow.BufferReader.html | 63 +- docs/python/generated/pyarrow.ChunkedArray.html | 15 +- docs/python/generated/pyarrow.Column.html | 11 +- docs/python/generated/pyarrow.Date32Value.html | 5 +- docs/python/generated/pyarrow.Date64Value.html | 5 +- docs/python/generated/pyarrow.DecimalValue.html | 7 +- docs/python/generated/pyarrow.DoubleValue.html | 7 +- .../generated/pyarrow.FixedSizeBinaryValue.html | 7 +- docs/python/generated/pyarrow.FloatValue.html | 7 +- .../generated/pyarrow.HadoopFileSystem.cat.html | 179 ++ .../pyarrow.HadoopFileSystem.chmod.html | 183 ++ .../pyarrow.HadoopFileSystem.chown.html | 184 ++ .../pyarrow.HadoopFileSystem.delete.html | 183 ++ .../generated/pyarrow.HadoopFileSystem.df.html | 179 ++ .../pyarrow.HadoopFileSystem.disk_usage.html | 181 ++ .../pyarrow.HadoopFileSystem.download.html | 170 ++ .../pyarrow.HadoopFileSystem.exists.html | 172 ++ .../pyarrow.HadoopFileSystem.get_capacity.html | 179 ++ ...pyarrow.HadoopFileSystem.get_space_used.html | 179 ++ .../pyarrow.HadoopFileSystem.info.html | 181 ++ .../generated/pyarrow.HadoopFileSystem.ls.html | 186 ++ .../pyarrow.HadoopFileSystem.mkdir.html | 170 ++ .../pyarrow.HadoopFileSystem.open.html | 181 ++ .../pyarrow.HadoopFileSystem.rename.html | 183 ++ .../generated/pyarrow.HadoopFileSystem.rm.html | 171 ++ .../pyarrow.HadoopFileSystem.upload.html | 171 ++ docs/python/generated/pyarrow.HdfsFile.html | 336 +++ docs/python/generated/pyarrow.Int16Value.html | 7 +- docs/python/generated/pyarrow.Int32Value.html | 7 +- docs/python/generated/pyarrow.Int64Value.html | 7 +- docs/python/generated/pyarrow.Int8Value.html | 7 +- docs/python/generated/pyarrow.ListValue.html | 7 +- .../generated/pyarrow.LocalFileSystem.html | 424 ++++ .../generated/pyarrow.MemoryMappedFile.html | 67 +- docs/python/generated/pyarrow.MemoryPool.html | 3 +- docs/python/generated/pyarrow.Message.html | 9 +- .../python/generated/pyarrow.MessageReader.html | 3 +- docs/python/generated/pyarrow.NA.html | 3 +- docs/python/generated/pyarrow.NativeFile.html | 63 +- docs/python/generated/pyarrow.PythonFile.html | 67 +- docs/python/generated/pyarrow.RecordBatch.html | 32 +- .../pyarrow.RecordBatchFileReader.html | 5 +- .../pyarrow.RecordBatchFileWriter.html | 23 +- .../pyarrow.RecordBatchStreamReader.html | 3 +- .../pyarrow.RecordBatchStreamWriter.html | 25 +- docs/python/generated/pyarrow.Scalar.html | 5 +- docs/python/generated/pyarrow.StringValue.html | 5 +- docs/python/generated/pyarrow.Table.html | 53 +- docs/python/generated/pyarrow.Tensor.html | 3 +- .../generated/pyarrow.TimestampValue.html | 7 +- docs/python/generated/pyarrow.UInt16Value.html | 7 +- docs/python/generated/pyarrow.UInt32Value.html | 7 +- docs/python/generated/pyarrow.UInt64Value.html | 7 +- docs/python/generated/pyarrow.UInt8Value.html | 7 +- docs/python/generated/pyarrow.binary.html | 3 +- docs/python/generated/pyarrow.bool_.html | 3 +- .../generated/pyarrow.create_memory_map.html | 7 +- docs/python/generated/pyarrow.date32.html | 5 +- docs/python/generated/pyarrow.date64.html | 3 +- docs/python/generated/pyarrow.decimal.html | 3 +- .../generated/pyarrow.default_memory_pool.html | 5 +- docs/python/generated/pyarrow.dictionary.html | 9 +- docs/python/generated/pyarrow.field.html | 7 +- docs/python/generated/pyarrow.float16.html | 3 +- docs/python/generated/pyarrow.float32.html | 3 +- docs/python/generated/pyarrow.float64.html | 3 +- .../generated/pyarrow.from_numpy_dtype.html | 3 +- .../pyarrow.get_record_batch_size.html | 5 +- .../generated/pyarrow.get_tensor_size.html | 7 +- docs/python/generated/pyarrow.hdfs.connect.html | 202 ++ docs/python/generated/pyarrow.int16.html | 3 +- docs/python/generated/pyarrow.int32.html | 3 +- docs/python/generated/pyarrow.int64.html | 3 +- docs/python/generated/pyarrow.int8.html | 3 +- docs/python/generated/pyarrow.lib.Array.html | 364 ++++ .../generated/pyarrow.lib.BinaryArray.html | 364 ++++ .../generated/pyarrow.lib.BooleanArray.html | 364 ++++ docs/python/generated/pyarrow.lib.DataType.html | 213 ++ .../generated/pyarrow.lib.Date32Array.html | 364 ++++ .../generated/pyarrow.lib.Date64Array.html | 364 ++++ .../generated/pyarrow.lib.DecimalArray.html | 364 ++++ .../generated/pyarrow.lib.DictionaryArray.html | 407 ++++ docs/python/generated/pyarrow.lib.Field.html | 276 +++ .../pyarrow.lib.FixedSizeBinaryArray.html | 364 ++++ .../pyarrow.lib.FloatingPointArray.html | 364 ++++ .../generated/pyarrow.lib.Int16Array.html | 364 ++++ .../generated/pyarrow.lib.Int32Array.html | 364 ++++ .../generated/pyarrow.lib.Int64Array.html | 364 ++++ .../python/generated/pyarrow.lib.Int8Array.html | 364 ++++ .../generated/pyarrow.lib.IntegerArray.html | 364 ++++ .../python/generated/pyarrow.lib.ListArray.html | 388 ++++ .../python/generated/pyarrow.lib.NullArray.html | 364 ++++ .../generated/pyarrow.lib.NumericArray.html | 364 ++++ docs/python/generated/pyarrow.lib.Schema.html | 283 +++ .../generated/pyarrow.lib.StringArray.html | 364 ++++ .../generated/pyarrow.lib.Time32Array.html | 364 ++++ .../generated/pyarrow.lib.Time64Array.html | 364 ++++ .../generated/pyarrow.lib.TimestampArray.html | 364 ++++ .../generated/pyarrow.lib.UInt16Array.html | 364 ++++ .../generated/pyarrow.lib.UInt32Array.html | 364 ++++ .../generated/pyarrow.lib.UInt64Array.html | 364 ++++ .../generated/pyarrow.lib.UInt8Array.html | 364 ++++ docs/python/generated/pyarrow.list_.html | 5 +- docs/python/generated/pyarrow.memory_map.html | 3 +- docs/python/generated/pyarrow.null.html | 3 +- docs/python/generated/pyarrow.open_file.html | 5 +- docs/python/generated/pyarrow.open_stream.html | 7 +- .../pyarrow.parquet.ParquetDataset.html | 34 +- .../generated/pyarrow.parquet.ParquetFile.html | 31 +- .../pyarrow.parquet.read_metadata.html | 181 ++ .../generated/pyarrow.parquet.read_pandas.html | 193 ++ .../generated/pyarrow.parquet.read_schema.html | 181 ++ .../generated/pyarrow.parquet.read_table.html | 11 +- .../pyarrow.parquet.write_metadata.html | 14 +- .../generated/pyarrow.parquet.write_table.html | 8 +- .../generated/pyarrow.plasma.ObjectID.html | 204 ++ .../generated/pyarrow.plasma.PlasmaBuffer.html | 236 +++ .../generated/pyarrow.plasma.PlasmaClient.html | 513 +++++ docs/python/generated/pyarrow.read_message.html | 5 +- .../generated/pyarrow.read_record_batch.html | 7 +- docs/python/generated/pyarrow.read_tensor.html | 5 +- docs/python/generated/pyarrow.schema.html | 3 +- .../generated/pyarrow.set_memory_pool.html | 7 +- docs/python/generated/pyarrow.string.html | 3 +- docs/python/generated/pyarrow.struct.html | 5 +- docs/python/generated/pyarrow.time32.html | 3 +- docs/python/generated/pyarrow.time64.html | 5 +- docs/python/generated/pyarrow.timestamp.html | 3 +- .../pyarrow.total_allocated_bytes.html | 3 +- docs/python/generated/pyarrow.uint16.html | 3 +- docs/python/generated/pyarrow.uint32.html | 3 +- docs/python/generated/pyarrow.uint64.html | 3 +- docs/python/generated/pyarrow.uint8.html | 3 +- docs/python/generated/pyarrow.write_tensor.html | 5 +- docs/python/genindex.html | 932 +++++--- docs/python/getting_involved.html | 3 +- docs/python/index.html | 15 +- docs/python/install.html | 5 +- docs/python/ipc.html | 13 +- docs/python/memory.html | 139 +- docs/python/objects.inv | Bin 5283 -> 6553 bytes docs/python/pandas.html | 9 +- docs/python/parquet.html | 17 +- docs/python/plasma.html | 461 ++++ docs/python/search.html | 3 +- docs/python/searchindex.js | 2 +- 262 files changed, 26175 insertions(+), 1714 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowChunkedArray.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowChunkedArray.html b/docs/c_glib/GArrowChunkedArray.html index ed6086d..ce8b58b 100644 --- a/docs/c_glib/GArrowChunkedArray.html +++ b/docs/c_glib/GArrowChunkedArray.html @@ -51,6 +51,14 @@ </tr> <tr> <td class="function_type"> +<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +</td> +<td class="function_name"> +<a class="link" href="GArrowChunkedArray.html#garrow-chunked-array-equal" title="garrow_chunked_array_equal ()">garrow_chunked_array_equal</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> </td> <td class="function_name"> @@ -160,11 +168,47 @@ garrow_chunked_array_new (<em class="parameter"><code><GTKDOCLINK HREF="GList">< </div> <hr> <div class="refsect2"> +<a name="garrow-chunked-array-equal"></a><h3>garrow_chunked_array_equal ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +garrow_chunked_array_equal (<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *chunked_array</code></em>, + <em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *other_chunked_array</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.7.5.8.3.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>chunked_array</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>other_chunked_array</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> to be compared.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.7.5.8.3.5"></a><h4>Returns</h4> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> +<p></p> +</div> +<p class="since">Since 0.4.0</p> +</div> +<hr> +<div class="refsect2"> <a name="garrow-chunked-array-get-length"></a><h3>garrow_chunked_array_get_length ()</h3> <pre class="programlisting"><GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> garrow_chunked_array_get_length (<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *chunked_array</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.5.8.3.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.5.8.4.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -179,7 +223,7 @@ garrow_chunked_array_get_length (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.5.8.3.5"></a><h4>Returns</h4> +<a name="id-1.2.7.5.8.4.5"></a><h4>Returns</h4> <p> The total number of rows in the chunked array.</p> <p></p> </div> @@ -190,7 +234,7 @@ garrow_chunked_array_get_length (<em class="parameter"><code><a class="link" hre <pre class="programlisting"><GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> garrow_chunked_array_get_n_nulls (<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *chunked_array</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.5.8.4.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.5.8.5.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -205,7 +249,7 @@ garrow_chunked_array_get_n_nulls (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.5.8.4.5"></a><h4>Returns</h4> +<a name="id-1.2.7.5.8.5.5"></a><h4>Returns</h4> <p> The total number of NULL in the chunked array.</p> <p></p> </div> @@ -216,7 +260,7 @@ garrow_chunked_array_get_n_nulls (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><GTKDOCLINK HREF="guint"><span class="returnvalue">guint</span></GTKDOCLINK> garrow_chunked_array_get_n_chunks (<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *chunked_array</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.5.8.5.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.5.8.6.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -231,7 +275,7 @@ garrow_chunked_array_get_n_chunks (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.5.8.5.5"></a><h4>Returns</h4> +<a name="id-1.2.7.5.8.6.5"></a><h4>Returns</h4> <p> The total number of chunks in the chunked array.</p> <p></p> </div> @@ -243,7 +287,7 @@ garrow_chunked_array_get_n_chunks (<em class="parameter"><code><a class="link" h garrow_chunked_array_get_chunk (<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *chunked_array</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="guint"><span class="type">guint</span></GTKDOCLINK> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.5.8.6.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.5.8.7.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -265,7 +309,7 @@ garrow_chunked_array_get_chunk (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.5.8.6.5"></a><h4>Returns</h4> +<a name="id-1.2.7.5.8.7.5"></a><h4>Returns</h4> <p> The i-th chunk of the chunked array. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -276,7 +320,7 @@ garrow_chunked_array_get_chunk (<em class="parameter"><code><a class="link" href <pre class="programlisting"><GTKDOCLINK HREF="GList"><span class="returnvalue">GList</span></GTKDOCLINK> * garrow_chunked_array_get_chunks (<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *chunked_array</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.5.8.7.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.5.8.8.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -291,7 +335,7 @@ garrow_chunked_array_get_chunks (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.5.8.7.5"></a><h4>Returns</h4> +<a name="id-1.2.7.5.8.8.5"></a><h4>Returns</h4> <p> The chunks in the chunked array. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GArrowArray][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowColumn.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowColumn.html b/docs/c_glib/GArrowColumn.html index d544e34..ae78f89 100644 --- a/docs/c_glib/GArrowColumn.html +++ b/docs/c_glib/GArrowColumn.html @@ -59,6 +59,14 @@ </tr> <tr> <td class="function_type"> +<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +</td> +<td class="function_name"> +<a class="link" href="GArrowColumn.html#garrow-column-equal" title="garrow_column_equal ()">garrow_column_equal</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> </td> <td class="function_name"> @@ -217,11 +225,47 @@ garrow_column_new_chunked_array (<em class="parameter"><code><a class="link" hre </div> <hr> <div class="refsect2"> +<a name="garrow-column-equal"></a><h3>garrow_column_equal ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +garrow_column_equal (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>, + <em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *other_column</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.7.4.8.4.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>column</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>other_column</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> to be compared.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.7.4.8.4.5"></a><h4>Returns</h4> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> +<p></p> +</div> +<p class="since">Since 0.4.0</p> +</div> +<hr> +<div class="refsect2"> <a name="garrow-column-get-length"></a><h3>garrow_column_get_length ()</h3> <pre class="programlisting"><GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> garrow_column_get_length (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.4.8.4.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.4.8.5.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -236,7 +280,7 @@ garrow_column_get_length (<em class="parameter"><code><a class="link" href="GArr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.4.8.4.5"></a><h4>Returns</h4> +<a name="id-1.2.7.4.8.5.5"></a><h4>Returns</h4> <p> The number of data of the column.</p> <p></p> </div> @@ -247,7 +291,7 @@ garrow_column_get_length (<em class="parameter"><code><a class="link" href="GArr <pre class="programlisting"><GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> garrow_column_get_n_nulls (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.4.8.5.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.4.8.6.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -262,7 +306,7 @@ garrow_column_get_n_nulls (<em class="parameter"><code><a class="link" href="GAr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.4.8.5.5"></a><h4>Returns</h4> +<a name="id-1.2.7.4.8.6.5"></a><h4>Returns</h4> <p> The number of nulls of the column.</p> <p></p> </div> @@ -273,7 +317,7 @@ garrow_column_get_n_nulls (<em class="parameter"><code><a class="link" href="GAr <pre class="programlisting"><a class="link" href="GArrowField.html" title="GArrowField"><span class="returnvalue">GArrowField</span></a> * garrow_column_get_field (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.4.8.6.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.4.8.7.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -288,7 +332,7 @@ garrow_column_get_field (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.4.8.6.5"></a><h4>Returns</h4> +<a name="id-1.2.7.4.8.7.5"></a><h4>Returns</h4> <p> The metadata of the column. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -299,7 +343,7 @@ garrow_column_get_field (<em class="parameter"><code><a class="link" href="GArro <pre class="programlisting">const <GTKDOCLINK HREF="gchar"><span class="returnvalue">gchar</span></GTKDOCLINK> * garrow_column_get_name (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.4.8.7.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.4.8.8.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -314,7 +358,7 @@ garrow_column_get_name (<em class="parameter"><code><a class="link" href="GArrow </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.4.8.7.5"></a><h4>Returns</h4> +<a name="id-1.2.7.4.8.8.5"></a><h4>Returns</h4> <p> The name of the column.</p> <p></p> </div> @@ -325,7 +369,7 @@ garrow_column_get_name (<em class="parameter"><code><a class="link" href="GArrow <pre class="programlisting"><a class="link" href="data-type-classes.html#GArrowDataType"><span class="returnvalue">GArrowDataType</span></a> * garrow_column_get_data_type (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.4.8.8.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.4.8.9.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -340,7 +384,7 @@ garrow_column_get_data_type (<em class="parameter"><code><a class="link" href="G </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.4.8.8.5"></a><h4>Returns</h4> +<a name="id-1.2.7.4.8.9.5"></a><h4>Returns</h4> <p> The data type of the column. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -351,7 +395,7 @@ garrow_column_get_data_type (<em class="parameter"><code><a class="link" href="G <pre class="programlisting"><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> * garrow_column_get_data (<em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.4.8.9.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.4.8.10.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -366,7 +410,7 @@ garrow_column_get_data (<em class="parameter"><code><a class="link" href="GArrow </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.4.8.9.5"></a><h4>Returns</h4> +<a name="id-1.2.7.4.8.10.5"></a><h4>Returns</h4> <p> The data of the column. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowField.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowField.html b/docs/c_glib/GArrowField.html index f44948a..9e4510f 100644 --- a/docs/c_glib/GArrowField.html +++ b/docs/c_glib/GArrowField.html @@ -314,7 +314,7 @@ garrow_field_equal (<em class="parameter"><code><a class="link" href="GArrowFiel </tr> <tr> <td class="parameter_name"><p>other_field</p></td> -<td class="parameter_description"><p>A <a class="link" href="GArrowField.html" title="GArrowField"><span class="type">GArrowField</span></a>.</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowField.html" title="GArrowField"><span class="type">GArrowField</span></a> to be compared.</p></td> <td class="parameter_annotations"> </td> </tr> </tbody> @@ -322,7 +322,8 @@ garrow_field_equal (<em class="parameter"><code><a class="link" href="GArrowFiel </div> <div class="refsect3"> <a name="id-1.2.6.2.8.7.5"></a><h4>Returns</h4> -<p> Whether they are equal or not.</p> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> <p></p> </div> </div> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowFile.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowFile.html b/docs/c_glib/GArrowFile.html index 8c2e77b..7ee138a 100644 --- a/docs/c_glib/GArrowFile.html +++ b/docs/c_glib/GArrowFile.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Reference Manual"> <link rel="up" href="input-output.html" title="Input and output"> <link rel="prev" href="input-output.html" title="Input and output"> -<link rel="next" href="GArrowMemoryMappedFile.html" title="GArrowMemoryMappedFile"> +<link rel="next" href="ipc.html" title="Part III. IPC"> <meta name="generator" content="GTK-Doc V1.20 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> @@ -21,7 +21,7 @@ <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="input-output.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="input-output.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="GArrowMemoryMappedFile.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="ipc.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="GArrowFile"></a><div class="titlepage"></div> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowReadable.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowReadable.html b/docs/c_glib/GArrowReadable.html index 11020d5..aa27e89 100644 --- a/docs/c_glib/GArrowReadable.html +++ b/docs/c_glib/GArrowReadable.html @@ -7,7 +7,7 @@ <link rel="home" href="index.html" title="Reference Manual"> <link rel="up" href="input.html" title="Input"> <link rel="prev" href="input.html" title="Input"> -<link rel="next" href="GArrowInputStream.html" title="GArrowInputStream"> +<link rel="next" href="input-stream-classes.html" title="Input stream classes"> <meta name="generator" content="GTK-Doc V1.20 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> @@ -21,7 +21,7 @@ <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="input.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="input.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="GArrowInputStream.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> +<td><a accesskey="n" href="input-stream-classes.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="refentry"> <a name="GArrowReadable"></a><div class="titlepage"></div> @@ -41,7 +41,7 @@ </colgroup> <tbody><tr> <td class="function_type"> -<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +<a class="link" href="buffer-classes.html#GArrowBuffer"><span class="returnvalue">GArrowBuffer</span></a> * </td> <td class="function_name"> <a class="link" href="GArrowReadable.html#garrow-readable-read" title="garrow_readable_read ()">garrow_readable_read</a> <span class="c_punctuation">()</span> @@ -77,11 +77,9 @@ readable.</p> <a name="GArrowReadable.functions_details"></a><h2>Functions</h2> <div class="refsect2"> <a name="garrow-readable-read"></a><h3>garrow_readable_read ()</h3> -<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +<pre class="programlisting"><a class="link" href="buffer-classes.html#GArrowBuffer"><span class="returnvalue">GArrowBuffer</span></a> * garrow_readable_read (<em class="parameter"><code><a class="link" href="GArrowReadable.html" title="GArrowReadable"><span class="type">GArrowReadable</span></a> *readable</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="gint64"><span class="type">gint64</span></GTKDOCLINK> n_bytes</code></em>, - <em class="parameter"><code><GTKDOCLINK HREF="gint64"><span class="type">gint64</span></GTKDOCLINK> *n_read_bytes</code></em>, - <em class="parameter"><code><GTKDOCLINK HREF="guint8"><span class="type">guint8</span></GTKDOCLINK> *buffer</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> **error</code></em>);</pre> <div class="refsect3"> <a name="id-1.3.3.2.7.2.4"></a><h4>Parameters</h4> @@ -103,16 +101,6 @@ garrow_readable_read (<em class="parameter"><code><a class="link" href="GArrowRe <td class="parameter_annotations"> </td> </tr> <tr> -<td class="parameter_name"><p>n_read_bytes</p></td> -<td class="parameter_description"><p> The read number of bytes. </p></td> -<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td> -</tr> -<tr> -<td class="parameter_name"><p>buffer</p></td> -<td class="parameter_description"><p> The buffer to be read data. </p></td> -<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_bytes]</span></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">[nullable]</span></td> @@ -122,8 +110,9 @@ garrow_readable_read (<em class="parameter"><code><a class="link" href="GArrowRe </div> <div class="refsect3"> <a name="id-1.3.3.2.7.2.5"></a><h4>Returns</h4> -<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> on success, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> if there was an error.</p> -<p></p> +<p> <a class="link" href="buffer-classes.html#GArrowBuffer"><span class="type">GArrowBuffer</span></a> that has read +data on success, <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> if there was an error. </p> +<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>][nullable]</span></p> </div> </div> </div> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowRecordBatch.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowRecordBatch.html b/docs/c_glib/GArrowRecordBatch.html index 98b0d31..f9d6379 100644 --- a/docs/c_glib/GArrowRecordBatch.html +++ b/docs/c_glib/GArrowRecordBatch.html @@ -51,6 +51,14 @@ </tr> <tr> <td class="function_type"> +<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +</td> +<td class="function_name"> +<a class="link" href="GArrowRecordBatch.html#garrow-record-batch-equal" title="garrow_record_batch_equal ()">garrow_record_batch_equal</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"> @@ -104,6 +112,14 @@ <a class="link" href="GArrowRecordBatch.html#garrow-record-batch-slice" title="garrow_record_batch_slice ()">garrow_record_batch_slice</a> <span class="c_punctuation">()</span> </td> </tr> +<tr> +<td class="function_type"> +<GTKDOCLINK HREF="gchar"><span class="returnvalue">gchar</span></GTKDOCLINK> * +</td> +<td class="function_name"> +<a class="link" href="GArrowRecordBatch.html#garrow-record-batch-to-string" title="garrow_record_batch_to_string ()">garrow_record_batch_to_string</a> <span class="c_punctuation">()</span> +</td> +</tr> </tbody> </table></div> </div> @@ -191,11 +207,47 @@ garrow_record_batch_new (<em class="parameter"><code><a class="link" href="GArro </div> <hr> <div class="refsect2"> +<a name="garrow-record-batch-equal"></a><h3>garrow_record_batch_equal ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +garrow_record_batch_equal (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>, + <em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *other_record_batch</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.7.3.8.3.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>record_batch</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>other_record_batch</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> to be compared.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.7.3.8.3.5"></a><h4>Returns</h4> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> +<p></p> +</div> +<p class="since">Since 0.4.0</p> +</div> +<hr> +<div class="refsect2"> <a name="garrow-record-batch-get-schema"></a><h3>garrow_record_batch_get_schema ()</h3> <pre class="programlisting"><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="returnvalue">GArrowSchema</span></a> * garrow_record_batch_get_schema (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.3.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.4.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -210,7 +262,7 @@ garrow_record_batch_get_schema (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.3.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.4.5"></a><h4>Returns</h4> <p> The schema of the record batch. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -222,7 +274,7 @@ garrow_record_batch_get_schema (<em class="parameter"><code><a class="link" href garrow_record_batch_get_column (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="guint"><span class="type">guint</span></GTKDOCLINK> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.4.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.5.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -244,7 +296,7 @@ garrow_record_batch_get_column (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.4.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.5.5"></a><h4>Returns</h4> <p> The i-th column in the record batch. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -255,7 +307,7 @@ garrow_record_batch_get_column (<em class="parameter"><code><a class="link" href <pre class="programlisting"><GTKDOCLINK HREF="GList"><span class="returnvalue">GList</span></GTKDOCLINK> * garrow_record_batch_get_columns (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.5.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.6.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -270,7 +322,7 @@ garrow_record_batch_get_columns (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.5.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.6.5"></a><h4>Returns</h4> <p> The columns in the record batch. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GArrowArray][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -282,7 +334,7 @@ garrow_record_batch_get_columns (<em class="parameter"><code><a class="link" hre garrow_record_batch_get_column_name (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="guint"><span class="type">guint</span></GTKDOCLINK> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.6.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.7.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -304,7 +356,7 @@ garrow_record_batch_get_column_name (<em class="parameter"><code><a class="link" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.6.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.7.5"></a><h4>Returns</h4> <p> The name of the i-th column in the record batch.</p> <p></p> </div> @@ -315,7 +367,7 @@ garrow_record_batch_get_column_name (<em class="parameter"><code><a class="link" <pre class="programlisting"><GTKDOCLINK HREF="guint"><span class="returnvalue">guint</span></GTKDOCLINK> garrow_record_batch_get_n_columns (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.7.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.8.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -330,7 +382,7 @@ garrow_record_batch_get_n_columns (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.7.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.8.5"></a><h4>Returns</h4> <p> The number of columns in the record batch.</p> <p></p> </div> @@ -341,7 +393,7 @@ garrow_record_batch_get_n_columns (<em class="parameter"><code><a class="link" h <pre class="programlisting"><GTKDOCLINK HREF="gint64"><span class="returnvalue">gint64</span></GTKDOCLINK> garrow_record_batch_get_n_rows (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.8.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.9.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -356,7 +408,7 @@ garrow_record_batch_get_n_rows (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.8.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.9.5"></a><h4>Returns</h4> <p> The number of rows in the record batch.</p> <p></p> </div> @@ -369,7 +421,7 @@ garrow_record_batch_slice (<em class="parameter"><code><a class="link" href="GAr <em class="parameter"><code><GTKDOCLINK HREF="gint64"><span class="type">gint64</span></GTKDOCLINK> offset</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="gint64"><span class="type">gint64</span></GTKDOCLINK> length</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.3.8.9.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.3.8.10.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -396,7 +448,7 @@ garrow_record_batch_slice (<em class="parameter"><code><a class="link" href="GAr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.3.8.9.5"></a><h4>Returns</h4> +<a name="id-1.2.7.3.8.10.5"></a><h4>Returns</h4> <p> The sub <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a>. It covers only from <code class="literal">offset</code> to <code class="literal">offset + length</code> range. The sub <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> shares values with the base @@ -404,6 +456,43 @@ only from <code class="literal">offset</code> to <code class="literal">offset + <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> </div> +<hr> +<div class="refsect2"> +<a name="garrow-record-batch-to-string"></a><h3>garrow_record_batch_to_string ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gchar"><span class="returnvalue">gchar</span></GTKDOCLINK> * +garrow_record_batch_to_string (<em class="parameter"><code><a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>, + <em class="parameter"><code><GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> **error</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.7.3.8.11.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>record_batch</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowRecordBatch.html" title="GArrowRecordBatch"><span class="type">GArrowRecordBatch</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">[nullable]</span></td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.7.3.8.11.5"></a><h4>Returns</h4> +<p> The formatted record batch content or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> on error.</p> +<p> The returned string should be freed when with <GTKDOCLINK HREF="g-free"><code class="function">g_free()</code></GTKDOCLINK> when no +longer needed. </p> +<p><span class="annotation">[nullable]</span></p> +</div> +<p class="since">Since 0.4.0</p> +</div> </div> <div class="refsect1"> <a name="GArrowRecordBatch.other_details"></a><h2>Types and Values</h2> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowSchema.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowSchema.html b/docs/c_glib/GArrowSchema.html index f15c81c..95e424a 100644 --- a/docs/c_glib/GArrowSchema.html +++ b/docs/c_glib/GArrowSchema.html @@ -51,6 +51,14 @@ </tr> <tr> <td class="function_type"> +<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +</td> +<td class="function_name"> +<a class="link" href="GArrowSchema.html#garrow-schema-equal" title="garrow_schema_equal ()">garrow_schema_equal</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <a class="link" href="GArrowField.html" title="GArrowField"><span class="returnvalue">GArrowField</span></a> * </td> <td class="function_name"> @@ -160,12 +168,48 @@ garrow_schema_new (<em class="parameter"><code><GTKDOCLINK HREF="GList"><span cl </div> <hr> <div class="refsect2"> +<a name="garrow-schema-equal"></a><h3>garrow_schema_equal ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +garrow_schema_equal (<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><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> *other_schema</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.6.3.8.3.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>other_schema</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> to be compared.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.6.3.8.3.5"></a><h4>Returns</h4> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> +<p></p> +</div> +<p class="since">Since 0.4.0</p> +</div> +<hr> +<div class="refsect2"> <a name="garrow-schema-get-field"></a><h3>garrow_schema_get_field ()</h3> <pre class="programlisting"><a class="link" href="GArrowField.html" title="GArrowField"><span class="returnvalue">GArrowField</span></a> * garrow_schema_get_field (<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="guint"><span class="type">guint</span></GTKDOCLINK> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.3.8.3.4"></a><h4>Parameters</h4> +<a name="id-1.2.6.3.8.4.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -187,7 +231,7 @@ garrow_schema_get_field (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.3.8.3.5"></a><h4>Returns</h4> +<a name="id-1.2.6.3.8.4.5"></a><h4>Returns</h4> <p> The i-th field of the schema. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -199,7 +243,7 @@ garrow_schema_get_field (<em class="parameter"><code><a class="link" href="GArro garrow_schema_get_field_by_name (<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>const <GTKDOCLINK HREF="gchar"><span class="type">gchar</span></GTKDOCLINK> *name</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.3.8.4.4"></a><h4>Parameters</h4> +<a name="id-1.2.6.3.8.5.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -221,7 +265,7 @@ garrow_schema_get_field_by_name (<em class="parameter"><code><a class="link" hre </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.3.8.4.5"></a><h4>Returns</h4> +<a name="id-1.2.6.3.8.5.5"></a><h4>Returns</h4> <p> The found field or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK>. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -232,7 +276,7 @@ garrow_schema_get_field_by_name (<em class="parameter"><code><a class="link" hre <pre class="programlisting"><GTKDOCLINK HREF="guint"><span class="returnvalue">guint</span></GTKDOCLINK> garrow_schema_n_fields (<em class="parameter"><code><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> *schema</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.3.8.5.4"></a><h4>Parameters</h4> +<a name="id-1.2.6.3.8.6.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -247,7 +291,7 @@ garrow_schema_n_fields (<em class="parameter"><code><a class="link" href="GArrow </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.3.8.5.5"></a><h4>Returns</h4> +<a name="id-1.2.6.3.8.6.5"></a><h4>Returns</h4> <p> The number of fields of the schema.</p> <p></p> </div> @@ -258,7 +302,7 @@ garrow_schema_n_fields (<em class="parameter"><code><a class="link" href="GArrow <pre class="programlisting"><GTKDOCLINK HREF="GList"><span class="returnvalue">GList</span></GTKDOCLINK> * garrow_schema_get_fields (<em class="parameter"><code><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> *schema</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.3.8.6.4"></a><h4>Parameters</h4> +<a name="id-1.2.6.3.8.7.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -273,7 +317,7 @@ garrow_schema_get_fields (<em class="parameter"><code><a class="link" href="GArr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.3.8.6.5"></a><h4>Returns</h4> +<a name="id-1.2.6.3.8.7.5"></a><h4>Returns</h4> <p> The fields of the schema. </p> <p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GArrowField][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -284,7 +328,7 @@ garrow_schema_get_fields (<em class="parameter"><code><a class="link" href="GArr <pre class="programlisting"><GTKDOCLINK HREF="gchar"><span class="returnvalue">gchar</span></GTKDOCLINK> * garrow_schema_to_string (<em class="parameter"><code><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="type">GArrowSchema</span></a> *schema</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.6.3.8.7.4"></a><h4>Parameters</h4> +<a name="id-1.2.6.3.8.8.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -299,7 +343,7 @@ garrow_schema_to_string (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.6.3.8.7.5"></a><h4>Returns</h4> +<a name="id-1.2.6.3.8.8.5"></a><h4>Returns</h4> <p> The string representation of the schema.</p> <p></p> </div> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowTable.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowTable.html b/docs/c_glib/GArrowTable.html index b004a29..f79affe 100644 --- a/docs/c_glib/GArrowTable.html +++ b/docs/c_glib/GArrowTable.html @@ -51,6 +51,14 @@ </tr> <tr> <td class="function_type"> +<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +</td> +<td class="function_name"> +<a class="link" href="GArrowTable.html#garrow-table-equal" title="garrow_table_equal ()">garrow_table_equal</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"> @@ -176,11 +184,47 @@ garrow_table_new (<em class="parameter"><code><a class="link" href="GArrowSchema </div> <hr> <div class="refsect2"> +<a name="garrow-table-equal"></a><h3>garrow_table_equal ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +garrow_table_equal (<em class="parameter"><code><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> *table</code></em>, + <em class="parameter"><code><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> *other_table</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.7.2.8.3.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>table</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>other_table</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> to be compared.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.7.2.8.3.5"></a><h4>Returns</h4> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> +<p></p> +</div> +<p class="since">Since 0.4.0</p> +</div> +<hr> +<div class="refsect2"> <a name="garrow-table-get-schema"></a><h3>garrow_table_get_schema ()</h3> <pre class="programlisting"><a class="link" href="GArrowSchema.html" title="GArrowSchema"><span class="returnvalue">GArrowSchema</span></a> * garrow_table_get_schema (<em class="parameter"><code><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> *table</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.2.8.3.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.2.8.4.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -195,7 +239,7 @@ garrow_table_get_schema (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.2.8.3.5"></a><h4>Returns</h4> +<a name="id-1.2.7.2.8.4.5"></a><h4>Returns</h4> <p> The schema of the table. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -207,7 +251,7 @@ garrow_table_get_schema (<em class="parameter"><code><a class="link" href="GArro garrow_table_get_column (<em class="parameter"><code><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> *table</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="guint"><span class="type">guint</span></GTKDOCLINK> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.2.8.4.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.2.8.5.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -229,7 +273,7 @@ garrow_table_get_column (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.2.8.4.5"></a><h4>Returns</h4> +<a name="id-1.2.7.2.8.5.5"></a><h4>Returns</h4> <p> The i-th column in the table. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -240,7 +284,7 @@ garrow_table_get_column (<em class="parameter"><code><a class="link" href="GArro <pre class="programlisting"><GTKDOCLINK HREF="guint"><span class="returnvalue">guint</span></GTKDOCLINK> garrow_table_get_n_columns (<em class="parameter"><code><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> *table</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.2.8.5.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.2.8.6.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -255,7 +299,7 @@ garrow_table_get_n_columns (<em class="parameter"><code><a class="link" href="GA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.2.8.5.5"></a><h4>Returns</h4> +<a name="id-1.2.7.2.8.6.5"></a><h4>Returns</h4> <p> The number of columns in the table.</p> <p></p> </div> @@ -266,7 +310,7 @@ garrow_table_get_n_columns (<em class="parameter"><code><a class="link" href="GA <pre class="programlisting"><GTKDOCLINK HREF="guint64"><span class="returnvalue">guint64</span></GTKDOCLINK> garrow_table_get_n_rows (<em class="parameter"><code><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> *table</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.2.8.6.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.2.8.7.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -281,7 +325,7 @@ garrow_table_get_n_rows (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.2.8.6.5"></a><h4>Returns</h4> +<a name="id-1.2.7.2.8.7.5"></a><h4>Returns</h4> <p> The number of rows in the table.</p> <p></p> </div> @@ -295,7 +339,7 @@ garrow_table_add_column (<em class="parameter"><code><a class="link" href="GArro <em class="parameter"><code><a class="link" href="GArrowColumn.html" title="GArrowColumn"><span class="type">GArrowColumn</span></a> *column</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> **error</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.2.8.7.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.2.8.8.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -327,7 +371,7 @@ garrow_table_add_column (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.2.8.7.5"></a><h4>Returns</h4> +<a name="id-1.2.7.2.8.8.5"></a><h4>Returns</h4> <p> The newly allocated <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> that has a new column or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> on error. </p> <p><span class="annotation">[nullable][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> @@ -342,7 +386,7 @@ garrow_table_remove_column (<em class="parameter"><code><a class="link" href="GA <em class="parameter"><code><GTKDOCLINK HREF="guint"><span class="type">guint</span></GTKDOCLINK> i</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="GError"><span class="type">GError</span></GTKDOCLINK> **error</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.7.2.8.8.4"></a><h4>Parameters</h4> +<a name="id-1.2.7.2.8.9.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -369,7 +413,7 @@ garrow_table_remove_column (<em class="parameter"><code><a class="link" href="GA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.7.2.8.8.5"></a><h4>Returns</h4> +<a name="id-1.2.7.2.8.9.5"></a><h4>Returns</h4> <p> The newly allocated <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> that doesn't have the column or <GTKDOCLINK HREF="NULL:CAPS"><code class="literal">NULL</code></GTKDOCLINK> on error. </p> <p><span class="annotation">[nullable][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4d4a3202/docs/c_glib/GArrowTensor.html ---------------------------------------------------------------------- diff --git a/docs/c_glib/GArrowTensor.html b/docs/c_glib/GArrowTensor.html index fc4bc3e..0e90a19 100644 --- a/docs/c_glib/GArrowTensor.html +++ b/docs/c_glib/GArrowTensor.html @@ -29,7 +29,7 @@ <div class="refnamediv"><table width="100%"><tr> <td valign="top"> <h2><span class="refentrytitle"><a name="GArrowTensor.top_of_page"></a>GArrowTensor</span></h2> -<p>GArrowTensor â Tensor class.</p> +<p>GArrowTensor â Tensor class</p> </td> <td class="gallery_image" valign="top" align="right"></td> </tr></table></div> @@ -51,6 +51,14 @@ </tr> <tr> <td class="function_type"> +<GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +</td> +<td class="function_name"> +<a class="link" href="GArrowTensor.html#garrow-tensor-equal" title="garrow_tensor_equal ()">garrow_tensor_equal</a> <span class="c_punctuation">()</span> +</td> +</tr> +<tr> +<td class="function_type"> <a class="link" href="data-type-classes.html#GArrowDataType"><span class="returnvalue">GArrowDataType</span></a> * </td> <td class="function_name"> @@ -267,11 +275,47 @@ dimension names. </p></td> </div> <hr> <div class="refsect2"> +<a name="garrow-tensor-equal"></a><h3>garrow_tensor_equal ()</h3> +<pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> +garrow_tensor_equal (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>, + <em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *other_tensor</code></em>);</pre> +<div class="refsect3"> +<a name="id-1.2.4.2.9.3.4"></a><h4>Parameters</h4> +<div class="informaltable"><table 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>tensor</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a>.</p></td> +<td class="parameter_annotations"> </td> +</tr> +<tr> +<td class="parameter_name"><p>other_tensor</p></td> +<td class="parameter_description"><p>A <a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> to be compared.</p></td> +<td class="parameter_annotations"> </td> +</tr> +</tbody> +</table></div> +</div> +<div class="refsect3"> +<a name="id-1.2.4.2.9.3.5"></a><h4>Returns</h4> +<p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if both of them have the same data, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> +otherwise.</p> +<p></p> +</div> +<p class="since">Since 0.4.0</p> +</div> +<hr> +<div class="refsect2"> <a name="garrow-tensor-get-value-data-type"></a><h3>garrow_tensor_get_value_data_type ()</h3> <pre class="programlisting"><a class="link" href="data-type-classes.html#GArrowDataType"><span class="returnvalue">GArrowDataType</span></a> * garrow_tensor_get_value_data_type (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.3.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.4.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -286,7 +330,7 @@ garrow_tensor_get_value_data_type (<em class="parameter"><code><a class="link" h </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.3.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.4.5"></a><h4>Returns</h4> <p> The data type of each value in the tensor. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -298,7 +342,7 @@ garrow_tensor_get_value_data_type (<em class="parameter"><code><a class="link" h <pre class="programlisting"><a class="link" href="arrow-glib-GArrowType.html#GArrowType" title="enum GArrowType"><span class="returnvalue">GArrowType</span></a> garrow_tensor_get_value_type (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.4.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.5.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -313,7 +357,7 @@ garrow_tensor_get_value_type (<em class="parameter"><code><a class="link" href=" </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.4.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.5.5"></a><h4>Returns</h4> <p> The type of each value in the tensor.</p> <p></p> </div> @@ -325,7 +369,7 @@ garrow_tensor_get_value_type (<em class="parameter"><code><a class="link" href=" <pre class="programlisting"><a class="link" href="buffer-classes.html#GArrowBuffer"><span class="returnvalue">GArrowBuffer</span></a> * garrow_tensor_get_buffer (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.5.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.6.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -340,7 +384,7 @@ garrow_tensor_get_buffer (<em class="parameter"><code><a class="link" href="GArr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.5.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.6.5"></a><h4>Returns</h4> <p> The data of the tensor. </p> <p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p> </div> @@ -353,7 +397,7 @@ garrow_tensor_get_buffer (<em class="parameter"><code><a class="link" href="GArr garrow_tensor_get_shape (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="gint"><span class="type">gint</span></GTKDOCLINK> *n_dimensions</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.6.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.7.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -375,7 +419,7 @@ garrow_tensor_get_shape (<em class="parameter"><code><a class="link" href="GArro </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.6.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.7.5"></a><h4>Returns</h4> <p> The shape of the tensor. It should be freed with <GTKDOCLINK HREF="g-free"><code class="function">g_free()</code></GTKDOCLINK> when no longer needed. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_dimensions]</span></p> @@ -389,7 +433,7 @@ It should be freed with <GTKDOCLINK HREF="g-free"><code class="function">g_free( garrow_tensor_get_strides (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="gint"><span class="type">gint</span></GTKDOCLINK> *n_strides</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.7.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.8.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -411,7 +455,7 @@ garrow_tensor_get_strides (<em class="parameter"><code><a class="link" href="GAr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.7.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.8.5"></a><h4>Returns</h4> <p> The strides of the tensor. It should be freed with <GTKDOCLINK HREF="g-free"><code class="function">g_free()</code></GTKDOCLINK> when no longer needed. </p> <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_strides]</span></p> @@ -424,7 +468,7 @@ It should be freed with <GTKDOCLINK HREF="g-free"><code class="function">g_free( <pre class="programlisting"><GTKDOCLINK HREF="gint"><span class="returnvalue">gint</span></GTKDOCLINK> garrow_tensor_get_n_dimensions (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.8.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.9.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -439,7 +483,7 @@ garrow_tensor_get_n_dimensions (<em class="parameter"><code><a class="link" href </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.8.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.9.5"></a><h4>Returns</h4> <p> The number of dimensions of the tensor.</p> <p></p> </div> @@ -452,7 +496,7 @@ garrow_tensor_get_n_dimensions (<em class="parameter"><code><a class="link" href garrow_tensor_get_dimension_name (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>, <em class="parameter"><code><GTKDOCLINK HREF="gint"><span class="type">gint</span></GTKDOCLINK> i</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.9.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.10.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -474,7 +518,7 @@ garrow_tensor_get_dimension_name (<em class="parameter"><code><a class="link" hr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.9.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.10.5"></a><h4>Returns</h4> <p> The i-th dimension name of the tensor.</p> <p></p> </div> @@ -486,7 +530,7 @@ garrow_tensor_get_dimension_name (<em class="parameter"><code><a class="link" hr <pre class="programlisting"><GTKDOCLINK HREF="gint64"><span class="returnvalue">gint64</span></GTKDOCLINK> garrow_tensor_get_size (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.10.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.11.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -501,7 +545,7 @@ garrow_tensor_get_size (<em class="parameter"><code><a class="link" href="GArrow </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.10.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.11.5"></a><h4>Returns</h4> <p> The number of value cells in the tensor.</p> <p></p> </div> @@ -513,7 +557,7 @@ garrow_tensor_get_size (<em class="parameter"><code><a class="link" href="GArrow <pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> garrow_tensor_is_mutable (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.11.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.12.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -528,7 +572,7 @@ garrow_tensor_is_mutable (<em class="parameter"><code><a class="link" href="GArr </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.11.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.12.5"></a><h4>Returns</h4> <p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if the tensor is mutable, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> otherwise.</p> <p></p> </div> @@ -540,7 +584,7 @@ garrow_tensor_is_mutable (<em class="parameter"><code><a class="link" href="GArr <pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> garrow_tensor_is_contiguous (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.12.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.13.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -555,7 +599,7 @@ garrow_tensor_is_contiguous (<em class="parameter"><code><a class="link" href="G </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.12.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.13.5"></a><h4>Returns</h4> <p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if the tensor is contiguous, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> otherwise.</p> <p></p> </div> @@ -567,7 +611,7 @@ garrow_tensor_is_contiguous (<em class="parameter"><code><a class="link" href="G <pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> garrow_tensor_is_row_major (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.13.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.14.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -582,7 +626,7 @@ garrow_tensor_is_row_major (<em class="parameter"><code><a class="link" href="GA </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.13.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.14.5"></a><h4>Returns</h4> <p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if the tensor is row major a.k.a. C order, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> otherwise.</p> <p></p> @@ -595,7 +639,7 @@ garrow_tensor_is_row_major (<em class="parameter"><code><a class="link" href="GA <pre class="programlisting"><GTKDOCLINK HREF="gboolean"><span class="returnvalue">gboolean</span></GTKDOCLINK> garrow_tensor_is_column_major (<em class="parameter"><code><a class="link" href="GArrowTensor.html" title="GArrowTensor"><span class="type">GArrowTensor</span></a> *tensor</code></em>);</pre> <div class="refsect3"> -<a name="id-1.2.4.2.9.14.4"></a><h4>Parameters</h4> +<a name="id-1.2.4.2.9.15.4"></a><h4>Parameters</h4> <div class="informaltable"><table width="100%" border="0"> <colgroup> <col width="150px" class="parameters_name"> @@ -610,7 +654,7 @@ garrow_tensor_is_column_major (<em class="parameter"><code><a class="link" href= </table></div> </div> <div class="refsect3"> -<a name="id-1.2.4.2.9.14.5"></a><h4>Returns</h4> +<a name="id-1.2.4.2.9.15.5"></a><h4>Returns</h4> <p> <GTKDOCLINK HREF="TRUE:CAPS"><code class="literal">TRUE</code></GTKDOCLINK> if the tensor is column major a.k.a. Fortran order, <GTKDOCLINK HREF="FALSE:CAPS"><code class="literal">FALSE</code></GTKDOCLINK> otherwise.</p> <p></p>