blob: bc79dd61cb38950ac1ecea93eb75f07c7201eab9 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Computation on array: Apache Arrow GLib Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Apache Arrow GLib Reference Manual">
<link rel="up" href="array.html" title="Array">
<link rel="prev" href="composite-array-classes.html" title="Composite array classes">
<link rel="next" href="array-builder.html" title="Array builder">
<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="#compute.description" class="shortcut">Description</a></span><span id="nav_hierarchy">  <span class="dim">|</span> 
<a href="#compute.object-hierarchy" class="shortcut">Object Hierarchy</a></span><span id="nav_interfaces">  <span class="dim">|</span> 
<a href="#compute.implemented-interfaces" class="shortcut">Implemented Interfaces</a></span><span id="nav_implementations">  <span class="dim">|</span> 
<a href="#compute.implementations" class="shortcut">Known Implementations</a></span><span id="nav_properties">  <span class="dim">|</span> 
<a href="#compute.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="array.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="composite-array-classes.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="array-builder.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="compute"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="compute.top_of_page"></a>Computation on array</span></h2>
<p>Computation on array</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="compute.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="compute.html#GArrowExecuteContext"><span class="returnvalue">GArrowExecuteContext</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-execute-context-new" title="garrow_execute_context_new ()">garrow_execute_context_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="compute.html#GArrowFunction"><span class="returnvalue">GArrowFunction</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-function-find" title="garrow_function_find ()">garrow_function_find</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="datum-classes.html#GArrowDatum"><span class="returnvalue">GArrowDatum</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-function-execute" title="garrow_function_execute ()">garrow_function_execute</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="compute.html#GArrowCastOptions"><span class="returnvalue">GArrowCastOptions</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-cast-options-new" title="garrow_cast_options_new ()">garrow_cast_options_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="compute.html#GArrowCountOptions"><span class="returnvalue">GArrowCountOptions</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-count-options-new" title="garrow_count_options_new ()">garrow_count_options_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="compute.html#GArrowFilterOptions"><span class="returnvalue">GArrowFilterOptions</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-filter-options-new" title="garrow_filter_options_new ()">garrow_filter_options_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="compute.html#GArrowTakeOptions"><span class="returnvalue">GArrowTakeOptions</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-take-options-new" title="garrow_take_options_new ()">garrow_take_options_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="compute.html#GArrowCompareOptions"><span class="returnvalue">GArrowCompareOptions</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-compare-options-new" title="garrow_compare_options_new ()">garrow_compare_options_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-cast" title="garrow_array_cast ()">garrow_array_cast</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-unique" title="garrow_array_unique ()">garrow_array_unique</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="composite-array-classes.html#GArrowDictionaryArray"><span class="returnvalue">GArrowDictionaryArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-dictionary-encode" title="garrow_array_dictionary_encode ()">garrow_array_dictionary_encode</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-count" title="garrow_array_count ()">garrow_array_count</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="composite-array-classes.html#GArrowStructArray"><span class="returnvalue">GArrowStructArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-count-values" title="garrow_array_count_values ()">garrow_array_count_values</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-boolean-array-invert" title="garrow_boolean_array_invert ()">garrow_boolean_array_invert</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-boolean-array-and" title="garrow_boolean_array_and ()">garrow_boolean_array_and</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-boolean-array-or" title="garrow_boolean_array_or ()">garrow_boolean_array_or</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-boolean-array-xor" title="garrow_boolean_array_xor ()">garrow_boolean_array_xor</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gdouble</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-numeric-array-mean" title="garrow_numeric_array_mean ()">garrow_numeric_array_mean</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int8-array-sum" title="garrow_int8_array_sum ()">garrow_int8_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">guint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint8-array-sum" title="garrow_uint8_array_sum ()">garrow_uint8_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int16-array-sum" title="garrow_int16_array_sum ()">garrow_int16_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">guint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint16-array-sum" title="garrow_uint16_array_sum ()">garrow_uint16_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int32-array-sum" title="garrow_int32_array_sum ()">garrow_int32_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">guint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint32-array-sum" title="garrow_uint32_array_sum ()">garrow_uint32_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int64-array-sum" title="garrow_int64_array_sum ()">garrow_int64_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">guint64</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint64-array-sum" title="garrow_uint64_array_sum ()">garrow_uint64_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gdouble</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-float-array-sum" title="garrow_float_array_sum ()">garrow_float_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">gdouble</span>
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-double-array-sum" title="garrow_double_array_sum ()">garrow_double_array_sum</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-take" title="garrow_array_take ()">garrow_array_take</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-take-chunked-array" title="garrow_array_take_chunked_array ()">garrow_array_take_chunked_array</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-table-take" title="garrow_table_take ()">garrow_table_take</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-table-take-chunked-array" title="garrow_table_take_chunked_array ()">garrow_table_take_chunked_array</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-chunked-array-take" title="garrow_chunked_array_take ()">garrow_chunked_array_take</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-chunked-array-take-chunked-array" title="garrow_chunked_array_take_chunked_array ()">garrow_chunked_array_take_chunked_array</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="record-batch.html#GArrowRecordBatch"><span class="returnvalue">GArrowRecordBatch</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-record-batch-take" title="garrow_record_batch_take ()">garrow_record_batch_take</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int8-array-compare" title="garrow_int8_array_compare ()">garrow_int8_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint8-array-compare" title="garrow_uint8_array_compare ()">garrow_uint8_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int16-array-compare" title="garrow_int16_array_compare ()">garrow_int16_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint16-array-compare" title="garrow_uint16_array_compare ()">garrow_uint16_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int32-array-compare" title="garrow_int32_array_compare ()">garrow_int32_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint32-array-compare" title="garrow_uint32_array_compare ()">garrow_uint32_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-int64-array-compare" title="garrow_int64_array_compare ()">garrow_int64_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-uint64-array-compare" title="garrow_uint64_array_compare ()">garrow_uint64_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-float-array-compare" title="garrow_float_array_compare ()">garrow_float_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-double-array-compare" title="garrow_double_array_compare ()">garrow_double_array_compare</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-filter" title="garrow_array_filter ()">garrow_array_filter</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-is-in" title="garrow_array_is_in ()">garrow_array_is_in</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-is-in-chunked-array" title="garrow_array_is_in_chunked_array ()">garrow_array_is_in_chunked_array</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="basic-array-classes.html#GArrowUInt64Array"><span class="returnvalue">GArrowUInt64Array</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-array-sort-to-indices" title="garrow_array_sort_to_indices ()">garrow_array_sort_to_indices</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-table-filter" title="garrow_table_filter ()">garrow_table_filter</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-table-filter-chunked-array" title="garrow_table_filter_chunked_array ()">garrow_table_filter_chunked_array</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-chunked-array-filter" title="garrow_chunked_array_filter ()">garrow_chunked_array_filter</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-chunked-array-filter-chunked-array" title="garrow_chunked_array_filter_chunked_array ()">garrow_chunked_array_filter_chunked_array</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="record-batch.html#GArrowRecordBatch"><span class="returnvalue">GArrowRecordBatch</span></a> *
</td>
<td class="function_name">
<a class="link" href="compute.html#garrow-record-batch-filter" title="garrow_record_batch_filter ()">garrow_record_batch_filter</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="compute.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"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--allow-decimal-truncate" title="The “allow-decimal-truncate” property">allow-decimal-truncate</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--allow-float-truncate" title="The “allow-float-truncate” property">allow-float-truncate</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--allow-int-overflow" title="The “allow-int-overflow” property">allow-int-overflow</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--allow-invalid-utf8" title="The “allow-invalid-utf8” property">allow-invalid-utf8</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--allow-time-overflow" title="The “allow-time-overflow” property">allow-time-overflow</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gboolean</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--allow-time-truncate" title="The “allow-time-truncate” property">allow-time-truncate</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type">
<a class="link" href="basic-data-type-classes.html#GArrowDataType"><span class="type">GArrowDataType</span></a> *</td>
<td class="property_name"><a class="link" href="compute.html#GArrowCastOptions--to-data-type" title="The “to-data-type” property">to-data-type</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="compute.html#GArrowCompareOperator" title="enum GArrowCompareOperator"><span class="type">GArrowCompareOperator</span></a></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCompareOptions--operator" title="The “operator” property">operator</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="compute.html#GArrowCountMode" title="enum GArrowCountMode"><span class="type">GArrowCountMode</span></a></td>
<td class="property_name"><a class="link" href="compute.html#GArrowCountOptions--mode" title="The “mode” property">mode</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><a class="link" href="compute.html#GArrowFilterNullSelectionBehavior" title="enum GArrowFilterNullSelectionBehavior"><span class="type">GArrowFilterNullSelectionBehavior</span></a></td>
<td class="property_name"><a class="link" href="compute.html#GArrowFilterOptions--null-selection-behavior" title="The “null-selection-behavior” property">null-selection-behavior</a></td>
<td class="property_flags">Read / Write</td>
</tr>
<tr>
<td class="property_type"><span class="type">gpointer</span></td>
<td class="property_name"><a class="link" href="compute.html#GArrowFunction--function" title="The “function” property">function</a></td>
<td class="property_flags">Write / Construct Only</td>
</tr>
</tbody>
</table></div>
</div>
<a name="GArrowCastOptions"></a><a name="GArrowCompareOptions"></a><a name="GArrowCountOptions"></a><a name="GArrowExecuteContext"></a><a name="GArrowFilterOptions"></a><a name="GArrowFunction"></a><a name="GArrowFunctionOptions"></a><a name="GArrowTakeOptions"></a><div class="refsect1">
<a name="compute.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="compute.html#GARROW-TYPE-EXECUTE-CONTEXT:CAPS" title="GARROW_TYPE_EXECUTE_CONTEXT">GARROW_TYPE_EXECUTE_CONTEXT</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowExecuteContextClass" title="struct GArrowExecuteContextClass">GArrowExecuteContextClass</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-FUNCTION-OPTIONS:CAPS" title="GARROW_TYPE_FUNCTION_OPTIONS">GARROW_TYPE_FUNCTION_OPTIONS</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-FUNCTION:CAPS" title="GARROW_TYPE_FUNCTION">GARROW_TYPE_FUNCTION</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowFunctionClass" title="struct GArrowFunctionClass">GArrowFunctionClass</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-CAST-OPTIONS:CAPS" title="GARROW_TYPE_CAST_OPTIONS">GARROW_TYPE_CAST_OPTIONS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowCastOptionsClass" title="struct GArrowCastOptionsClass">GArrowCastOptionsClass</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="compute.html#GArrowCountMode" title="enum GArrowCountMode">GArrowCountMode</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-COUNT-OPTIONS:CAPS" title="GARROW_TYPE_COUNT_OPTIONS">GARROW_TYPE_COUNT_OPTIONS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowCountOptionsClass" title="struct GArrowCountOptionsClass">GArrowCountOptionsClass</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="compute.html#GArrowFilterNullSelectionBehavior" title="enum GArrowFilterNullSelectionBehavior">GArrowFilterNullSelectionBehavior</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-FILTER-OPTIONS:CAPS" title="GARROW_TYPE_FILTER_OPTIONS">GARROW_TYPE_FILTER_OPTIONS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowFilterOptionsClass" title="struct GArrowFilterOptionsClass">GArrowFilterOptionsClass</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-TAKE-OPTIONS:CAPS" title="GARROW_TYPE_TAKE_OPTIONS">GARROW_TYPE_TAKE_OPTIONS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowTakeOptionsClass" title="struct GArrowTakeOptionsClass">GArrowTakeOptionsClass</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="compute.html#GArrowCompareOperator" title="enum GArrowCompareOperator">GArrowCompareOperator</a></td>
</tr>
<tr>
<td class="define_keyword">#define</td>
<td class="function_name"><a class="link" href="compute.html#GARROW-TYPE-COMPARE-OPTIONS:CAPS" title="GARROW_TYPE_COMPARE_OPTIONS">GARROW_TYPE_COMPARE_OPTIONS</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="compute.html#GArrowCompareOptionsClass" title="struct GArrowCompareOptionsClass">GArrowCompareOptionsClass</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowCastOptions-struct" title="GArrowCastOptions">GArrowCastOptions</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowCompareOptions-struct" title="GArrowCompareOptions">GArrowCompareOptions</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowCountOptions-struct" title="GArrowCountOptions">GArrowCountOptions</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowExecuteContext-struct" title="GArrowExecuteContext">GArrowExecuteContext</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowFilterOptions-struct" title="GArrowFilterOptions">GArrowFilterOptions</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowFunction-struct" title="GArrowFunction">GArrowFunction</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowFunctionOptions-struct" title="GArrowFunctionOptions">GArrowFunctionOptions</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowFunctionOptionsInterface" title="GArrowFunctionOptionsInterface">GArrowFunctionOptionsInterface</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="compute.html#GArrowTakeOptions-struct" title="GArrowTakeOptions">GArrowTakeOptions</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="compute.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="screen"> <a href="/usr/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html">GEnum</a>
<span class="lineart">├──</span> GArrowCompareOperator
<span class="lineart">├──</span> GArrowCountMode
<span class="lineart">╰──</span> GArrowFilterNullSelectionBehavior
<a href="/usr/share/gtk-doc/html/gobject/GTypeModule.html">GInterface</a>
<span class="lineart">╰──</span> GArrowFunctionOptions
GObject
<span class="lineart">├──</span> GArrowCastOptions
<span class="lineart">├──</span> GArrowCompareOptions
<span class="lineart">├──</span> GArrowCountOptions
<span class="lineart">├──</span> GArrowExecuteContext
<span class="lineart">├──</span> GArrowFilterOptions
<span class="lineart">├──</span> GArrowFunction
<span class="lineart">╰──</span> GArrowTakeOptions
</pre>
</div>
<div class="refsect1">
<a name="compute.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
<p>
GArrowCastOptions implements
<a class="link" href="compute.html#GArrowFunctionOptions">GArrowFunctionOptions</a>.</p>
<p>
GArrowCompareOptions implements
<a class="link" href="compute.html#GArrowFunctionOptions">GArrowFunctionOptions</a>.</p>
<p>
GArrowCountOptions implements
<a class="link" href="compute.html#GArrowFunctionOptions">GArrowFunctionOptions</a>.</p>
<p>
GArrowFilterOptions implements
<a class="link" href="compute.html#GArrowFunctionOptions">GArrowFunctionOptions</a>.</p>
<p>
GArrowTakeOptions implements
<a class="link" href="compute.html#GArrowFunctionOptions">GArrowFunctionOptions</a>.</p>
</div>
<div class="refsect1">
<a name="compute.implementations"></a><h2>Known Implementations</h2>
<p>
GArrowFunctionOptions is implemented by
<a class="link" href="compute.html#GArrowCastOptions">GArrowCastOptions</a>, <a class="link" href="compute.html#GArrowCompareOptions">GArrowCompareOptions</a>, <a class="link" href="compute.html#GArrowCountOptions">GArrowCountOptions</a>, <a class="link" href="compute.html#GArrowFilterOptions">GArrowFilterOptions</a> and <a class="link" href="compute.html#GArrowTakeOptions">GArrowTakeOptions</a>.</p>
</div>
<div class="refsect1">
<a name="compute.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;arrow-glib/arrow-glib.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="compute.description"></a><h2>Description</h2>
<p><a class="link" href="compute.html#GArrowExecuteContext"><span class="type">GArrowExecuteContext</span></a> is a class to customize how to execute a
function.</p>
<p><a class="link" href="compute.html#GArrowFunctionOptions"><span class="type">GArrowFunctionOptions</span></a> is an interface for function options. All
function options such as <a class="link" href="compute.html#GArrowCastOptions"><span class="type">GArrowCastOptions</span></a> must implement this
interface.</p>
<p><a class="link" href="compute.html#GArrowFunction"><span class="type">GArrowFunction</span></a> is a class to process data.</p>
<p><a class="link" href="compute.html#GArrowCastOptions"><span class="type">GArrowCastOptions</span></a> is a class to customize the <code class="literal">cast</code> function and
<a class="link" href="compute.html#garrow-array-cast" title="garrow_array_cast ()"><code class="function">garrow_array_cast()</code></a>.</p>
<p><a class="link" href="compute.html#GArrowCountOptions"><span class="type">GArrowCountOptions</span></a> is a class to customize the <code class="literal">count</code> function and
<a class="link" href="compute.html#garrow-array-count" title="garrow_array_count ()"><code class="function">garrow_array_count()</code></a>.</p>
<p><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> is a class to customize the <code class="literal">filter</code> function and
<a class="link" href="compute.html#garrow-array-filter" title="garrow_array_filter ()"><code class="function">garrow_array_filter()</code></a> family.</p>
<p><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> is a class to customize the <code class="literal">take</code> function and
<a class="link" href="compute.html#garrow-array-take" title="garrow_array_take ()"><code class="function">garrow_array_take()</code></a> family.</p>
<p><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> is a class to customize the <code class="literal">equal</code> function
family and <a class="link" href="compute.html#garrow-int8-array-compare" title="garrow_int8_array_compare ()"><code class="function">garrow_int8_array_compare()</code></a> family.</p>
<p>There are many functions to compute data on an array.</p>
</div>
<div class="refsect1">
<a name="compute.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="garrow-execute-context-new"></a><h3>garrow_execute_context_new ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowExecuteContext"><span class="returnvalue">GArrowExecuteContext</span></a> *
garrow_execute_context_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="refsect3">
<a name="garrow-execute-context-new.returns"></a><h4>Returns</h4>
<p> A newly created <a class="link" href="compute.html#GArrowExecuteContext"><span class="type">GArrowExecuteContext</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-1-0-0.html#api-index-1.0.0">1.0.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-function-find"></a><h3>garrow_function_find ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowFunction"><span class="returnvalue">GArrowFunction</span></a> *
garrow_function_find (<em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
<div class="refsect3">
<a name="garrow-function-find.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>name</p></td>
<td class="parameter_description"><p>A function name to be found.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="garrow-function-find.returns"></a><h4>Returns</h4>
<p>The found <a class="link" href="compute.html#GArrowFunction"><span class="type">GArrowFunction</span></a> or <code class="literal">NULL</code> on not found. </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-1-0-0.html#api-index-1.0.0">1.0.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-function-execute"></a><h3>garrow_function_execute ()</h3>
<pre class="programlisting"><a class="link" href="datum-classes.html#GArrowDatum"><span class="returnvalue">GArrowDatum</span></a> *
garrow_function_execute (<em class="parameter"><code><a class="link" href="compute.html#GArrowFunction"><span class="type">GArrowFunction</span></a> *function</code></em>,
<em class="parameter"><code><span class="type">GList</span> *args</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFunctionOptions"><span class="type">GArrowFunctionOptions</span></a> *options</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowExecuteContext"><span class="type">GArrowExecuteContext</span></a> *context</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-function-execute.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>function</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFunction"><span class="type">GArrowFunction</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>args</p></td>
<td class="parameter_description"><p>A list of <a class="link" href="datum-classes.html#GArrowDatum"><span class="type">GArrowDatum</span></a>. </p></td>
<td class="parameter_annotations"><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GArrowDatum]</span></td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>Options for the execution as an object that
implements <a class="link" href="compute.html#GArrowFunctionOptions"><span class="type">GArrowFunctionOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>context</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowExecuteContext"><span class="type">GArrowExecuteContext</span></a> for the execution. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-function-execute.returns"></a><h4>Returns</h4>
<p>A return value of the execution as <span class="type">GArrowData</span> on success, <code class="literal">NULL</code> on error. </p>
<p><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>][<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-1-0-0.html#api-index-1.0.0">1.0.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-cast-options-new"></a><h3>garrow_cast_options_new ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowCastOptions"><span class="returnvalue">GArrowCastOptions</span></a> *
garrow_cast_options_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="refsect3">
<a name="garrow-cast-options-new.returns"></a><h4>Returns</h4>
<p> A newly created <a class="link" href="compute.html#GArrowCastOptions"><span class="type">GArrowCastOptions</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-7-0.html#api-index-0.7.0">0.7.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-count-options-new"></a><h3>garrow_count_options_new ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowCountOptions"><span class="returnvalue">GArrowCountOptions</span></a> *
garrow_count_options_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="refsect3">
<a name="garrow-count-options-new.returns"></a><h4>Returns</h4>
<p> A newly created <a class="link" href="compute.html#GArrowCountOptions"><span class="type">GArrowCountOptions</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-filter-options-new"></a><h3>garrow_filter_options_new ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowFilterOptions"><span class="returnvalue">GArrowFilterOptions</span></a> *
garrow_filter_options_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="refsect3">
<a name="garrow-filter-options-new.returns"></a><h4>Returns</h4>
<p> A newly created <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-17-0.html#api-index-0.17.0">0.17.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-take-options-new"></a><h3>garrow_take_options_new ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowTakeOptions"><span class="returnvalue">GArrowTakeOptions</span></a> *
garrow_take_options_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="refsect3">
<a name="garrow-take-options-new.returns"></a><h4>Returns</h4>
<p> A newly created <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-compare-options-new"></a><h3>garrow_compare_options_new ()</h3>
<pre class="programlisting"><a class="link" href="compute.html#GArrowCompareOptions"><span class="returnvalue">GArrowCompareOptions</span></a> *
garrow_compare_options_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<div class="refsect3">
<a name="garrow-compare-options-new.returns"></a><h4>Returns</h4>
<p> A newly created <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-cast"></a><h3>garrow_array_cast ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
garrow_array_cast (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><a class="link" href="basic-data-type-classes.html#GArrowDataType"><span class="type">GArrowDataType</span></a> *target_data_type</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCastOptions"><span class="type">GArrowCastOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-cast.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>target_data_type</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-data-type-classes.html#GArrowDataType"><span class="type">GArrowDataType</span></a> of cast target data.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCastOptions"><span class="type">GArrowCastOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-cast.returns"></a><h4>Returns</h4>
<p>A newly created casted array on success, <code class="literal">NULL</code> on error. </p>
<p><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>][<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-7-0.html#api-index-0.7.0">0.7.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-unique"></a><h3>garrow_array_unique ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
garrow_array_unique (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-unique.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-unique.returns"></a><h4>Returns</h4>
<p>A newly created unique elements array on success, <code class="literal">NULL</code> on error. </p>
<p><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>][<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-array-dictionary-encode"></a><h3>garrow_array_dictionary_encode ()</h3>
<pre class="programlisting"><a class="link" href="composite-array-classes.html#GArrowDictionaryArray"><span class="returnvalue">GArrowDictionaryArray</span></a> *
garrow_array_dictionary_encode (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-dictionary-encode.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-dictionary-encode.returns"></a><h4>Returns</h4>
<p>A newly created <a class="link" href="composite-array-classes.html#GArrowDictionaryArray"><span class="type">GArrowDictionaryArray</span></a> for the <em class="parameter"><code>array</code></em>
on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-array-count"></a><h3>garrow_array_count ()</h3>
<pre class="programlisting"><span class="returnvalue">gint64</span>
garrow_array_count (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCountOptions"><span class="type">GArrowCountOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-count.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCountOptions"><span class="type">GArrowCountOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-count.returns"></a><h4>Returns</h4>
<p> The number of target values on success. If an error is occurred,
the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-count-values"></a><h3>garrow_array_count_values ()</h3>
<pre class="programlisting"><a class="link" href="composite-array-classes.html#GArrowStructArray"><span class="returnvalue">GArrowStructArray</span></a> *
garrow_array_count_values (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-count-values.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-count-values.returns"></a><h4>Returns</h4>
<p>A <a class="link" href="composite-array-classes.html#GArrowStructArray"><span class="type">GArrowStructArray</span></a> of <code class="literal">{input type "values", int64_t "counts"}</code>
on success, <code class="literal">NULL</code> on error. </p>
<p><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>][<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-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-boolean-array-invert"></a><h3>garrow_boolean_array_invert ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_boolean_array_invert (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-boolean-array-invert.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-boolean-array-invert.returns"></a><h4>Returns</h4>
<p>The element-wise inverted boolean array.</p>
<p> It should be freed with <code class="function">g_object_unref()</code> when no longer needed. </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-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-boolean-array-and"></a><h3>garrow_boolean_array_and ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_boolean_array_and (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *left</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *right</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-boolean-array-and.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>left</p></td>
<td class="parameter_description"><p>A left hand side <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>right</p></td>
<td class="parameter_description"><p>A right hand side <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-boolean-array-and.returns"></a><h4>Returns</h4>
<p>The element-wise AND operated boolean array.</p>
<p> It should be freed with <code class="function">g_object_unref()</code> when no longer needed. </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-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-boolean-array-or"></a><h3>garrow_boolean_array_or ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_boolean_array_or (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *left</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *right</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-boolean-array-or.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>left</p></td>
<td class="parameter_description"><p>A left hand side <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>right</p></td>
<td class="parameter_description"><p>A right hand side <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-boolean-array-or.returns"></a><h4>Returns</h4>
<p>The element-wise OR operated boolean array.</p>
<p> It should be freed with <code class="function">g_object_unref()</code> when no longer needed. </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-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-boolean-array-xor"></a><h3>garrow_boolean_array_xor ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_boolean_array_xor (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *left</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *right</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-boolean-array-xor.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>left</p></td>
<td class="parameter_description"><p>A left hand side <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>right</p></td>
<td class="parameter_description"><p>A right hand side <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-boolean-array-xor.returns"></a><h4>Returns</h4>
<p>The element-wise XOR operated boolean array.</p>
<p> It should be freed with <code class="function">g_object_unref()</code> when no longer needed. </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-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-numeric-array-mean"></a><h3>garrow_numeric_array_mean ()</h3>
<pre class="programlisting"><span class="returnvalue">gdouble</span>
garrow_numeric_array_mean (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowNumericArray"><span class="type">GArrowNumericArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-numeric-array-mean.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowNumericArray"><span class="type">GArrowNumericArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-numeric-array-mean.returns"></a><h4>Returns</h4>
<p> The value of the computed mean.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int8-array-sum"></a><h3>garrow_int8_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">gint64</span>
garrow_int8_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt8Array"><span class="type">GArrowInt8Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int8-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt8Array"><span class="type">GArrowInt8Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int8-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint8-array-sum"></a><h3>garrow_uint8_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">guint64</span>
garrow_uint8_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt8Array"><span class="type">GArrowUInt8Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint8-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt8Array"><span class="type">GArrowUInt8Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint8-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int16-array-sum"></a><h3>garrow_int16_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">gint64</span>
garrow_int16_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt16Array"><span class="type">GArrowInt16Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int16-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt16Array"><span class="type">GArrowInt16Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int16-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint16-array-sum"></a><h3>garrow_uint16_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">guint64</span>
garrow_uint16_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt16Array"><span class="type">GArrowUInt16Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint16-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt16Array"><span class="type">GArrowUInt16Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint16-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int32-array-sum"></a><h3>garrow_int32_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">gint64</span>
garrow_int32_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt32Array"><span class="type">GArrowInt32Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int32-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt32Array"><span class="type">GArrowInt32Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int32-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint32-array-sum"></a><h3>garrow_uint32_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">guint64</span>
garrow_uint32_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt32Array"><span class="type">GArrowUInt32Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint32-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt32Array"><span class="type">GArrowUInt32Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint32-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int64-array-sum"></a><h3>garrow_int64_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">gint64</span>
garrow_int64_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt64Array"><span class="type">GArrowInt64Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int64-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt64Array"><span class="type">GArrowInt64Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int64-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint64-array-sum"></a><h3>garrow_uint64_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">guint64</span>
garrow_uint64_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt64Array"><span class="type">GArrowUInt64Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint64-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt64Array"><span class="type">GArrowUInt64Array</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint64-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-float-array-sum"></a><h3>garrow_float_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">gdouble</span>
garrow_float_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowFloatArray"><span class="type">GArrowFloatArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-float-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowFloatArray"><span class="type">GArrowFloatArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-float-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-double-array-sum"></a><h3>garrow_double_array_sum ()</h3>
<pre class="programlisting"><span class="returnvalue">gdouble</span>
garrow_double_array_sum (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowDoubleArray"><span class="type">GArrowDoubleArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-double-array-sum.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowDoubleArray"><span class="type">GArrowDoubleArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-double-array-sum.returns"></a><h4>Returns</h4>
<p> The value of the computed sum on success,
If an error is occurred, the returned value is untrustful value.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-take"></a><h3>garrow_array_take ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
garrow_array_take (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-take.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-take.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> taken from
an array of values at indices in input array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-take-chunked-array"></a><h3>garrow_array_take_chunked_array ()</h3>
<pre class="programlisting"><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
garrow_array_take_chunked_array (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-take-chunked-array.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-take-chunked-array.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> taken from
an array of values at indices in chunked array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-16-0.html#api-index-0.16.0">0.16.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-table-take"></a><h3>garrow_table_take ()</h3>
<pre class="programlisting"><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
garrow_table_take (<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="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-table-take.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>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>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-table-take.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> taken from
an array of values at indices in input array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-16-0.html#api-index-0.16.0">0.16.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-table-take-chunked-array"></a><h3>garrow_table_take_chunked_array ()</h3>
<pre class="programlisting"><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
garrow_table_take_chunked_array (<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="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-table-take-chunked-array.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>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>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-table-take-chunked-array.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> taken from
an array of values at indices in chunked array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-16-0.html#api-index-0.16.0">0.16.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-chunked-array-take"></a><h3>garrow_chunked_array_take ()</h3>
<pre class="programlisting"><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
garrow_chunked_array_take (<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="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-chunked-array-take.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>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>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-chunked-array-take.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> taken from
an array of values at indices in input array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-16-0.html#api-index-0.16.0">0.16.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-chunked-array-take-chunked-array"></a><h3>garrow_chunked_array_take_chunked_array ()</h3>
<pre class="programlisting"><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
garrow_chunked_array_take_chunked_array
(<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> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-chunked-array-take-chunked-array.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>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>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-chunked-array-take-chunked-array.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> taken from
an array of values at indices in chunked array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-16-0.html#api-index-0.16.0">0.16.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-record-batch-take"></a><h3>garrow_record_batch_take ()</h3>
<pre class="programlisting"><a class="link" href="record-batch.html#GArrowRecordBatch"><span class="returnvalue">GArrowRecordBatch</span></a> *
garrow_record_batch_take (<em class="parameter"><code><a class="link" href="record-batch.html#GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *indices</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-record-batch-take.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>record_batch</p></td>
<td class="parameter_description"><p>A <a class="link" href="record-batch.html#GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>indices</p></td>
<td class="parameter_description"><p>The indices of values to take.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowTakeOptions"><span class="type">GArrowTakeOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-take.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> taken from
an array of values at indices in input array or <code class="literal">NULL</code> on error. </p>
<p><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>][<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-16-0.html#api-index-0.16.0">0.16.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int8-array-compare"></a><h3>garrow_int8_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_int8_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt8Array"><span class="type">GArrowInt8Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">gint8</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int8-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt8Array"><span class="type">GArrowInt8Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int8-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint8-array-compare"></a><h3>garrow_uint8_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_uint8_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt8Array"><span class="type">GArrowUInt8Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">guint8</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint8-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt8Array"><span class="type">GArrowUInt8Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint8-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int16-array-compare"></a><h3>garrow_int16_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_int16_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt16Array"><span class="type">GArrowInt16Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">gint16</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int16-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt16Array"><span class="type">GArrowInt16Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int16-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint16-array-compare"></a><h3>garrow_uint16_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_uint16_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt16Array"><span class="type">GArrowUInt16Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">guint16</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint16-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt16Array"><span class="type">GArrowUInt16Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint16-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int32-array-compare"></a><h3>garrow_int32_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_int32_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt32Array"><span class="type">GArrowInt32Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">gint32</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int32-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt32Array"><span class="type">GArrowUInt32Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int32-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint32-array-compare"></a><h3>garrow_uint32_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_uint32_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt32Array"><span class="type">GArrowUInt32Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">guint32</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint32-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt32Array"><span class="type">GArrowUInt32Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint32-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-int64-array-compare"></a><h3>garrow_int64_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_int64_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowInt64Array"><span class="type">GArrowInt64Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">gint64</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-int64-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowInt64Array"><span class="type">GArrowInt64Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-int64-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-uint64-array-compare"></a><h3>garrow_uint64_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_uint64_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowUInt64Array"><span class="type">GArrowUInt64Array</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">guint64</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-uint64-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowUInt64Array"><span class="type">GArrowUInt64Array</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-uint64-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-float-array-compare"></a><h3>garrow_float_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_float_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowFloatArray"><span class="type">GArrowFloatArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">gfloat</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-float-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowFloatArray"><span class="type">GArrowFloatArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-float-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-double-array-compare"></a><h3>garrow_double_array_compare ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_double_array_compare (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowDoubleArray"><span class="type">GArrowDoubleArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">gdouble</span> value</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-double-array-compare.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowDoubleArray"><span class="type">GArrowDoubleArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>value</p></td>
<td class="parameter_description"><p>The value to compare.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowCompareOptions"><span class="type">GArrowCompareOptions</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-double-array-compare.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> as
the result compared a numeric array with a scalar on success,
<code class="literal">NULL</code> on error. </p>
<p><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>][<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-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-filter"></a><h3>garrow_array_filter ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowArray"><span class="returnvalue">GArrowArray</span></a> *
garrow_array_filter (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *filter</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-filter.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>filter</p></td>
<td class="parameter_description"><p>The values indicates which values should be filtered out.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-filter.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> filterd
with a boolean selection filter. Nulls in the filter will
result in nulls in the output. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-is-in"></a><h3>garrow_array_is_in ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_array_is_in (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *left</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *right</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-is-in.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>left</p></td>
<td class="parameter_description"><p>A left hand side <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>right</p></td>
<td class="parameter_description"><p>A right hand side <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-is-in.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a>
showing whether each element in the left array is contained
in right array. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-is-in-chunked-array"></a><h3>garrow_array_is_in_chunked_array ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="returnvalue">GArrowBooleanArray</span></a> *
garrow_array_is_in_chunked_array (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *left</code></em>,
<em class="parameter"><code><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *right</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-is-in-chunked-array.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>left</p></td>
<td class="parameter_description"><p>A left hand side <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>right</p></td>
<td class="parameter_description"><p>A right hand side <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>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-is-in-chunked-array.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a>
showing whether each element in the left array is contained
in right chunked array. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-array-sort-to-indices"></a><h3>garrow_array_sort_to_indices ()</h3>
<pre class="programlisting"><a class="link" href="basic-array-classes.html#GArrowUInt64Array"><span class="returnvalue">GArrowUInt64Array</span></a> *
garrow_array_sort_to_indices (<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</span></a> *array</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-array-sort-to-indices.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>array</p></td>
<td class="parameter_description"><p>A <a class="link" href="basic-array-classes.html#GArrowArray"><span class="type">GArrowArray</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 <span class="type">GError</span> or <code class="literal">NULL</code>. </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-array-sort-to-indices.returns"></a><h4>Returns</h4>
<p>The indices that would sort
an array on success, <code class="literal">NULL</code> on error. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-table-filter"></a><h3>garrow_table_filter ()</h3>
<pre class="programlisting"><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
garrow_table_filter (<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="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *filter</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-table-filter.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>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>filter</p></td>
<td class="parameter_description"><p>The values indicates which values should be filtered out.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-table-filter.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> filterd
with a boolean selection filter. Nulls in the filter will
result in nulls in the output. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-table-filter-chunked-array"></a><h3>garrow_table_filter_chunked_array ()</h3>
<pre class="programlisting"><a class="link" href="GArrowTable.html" title="GArrowTable"><span class="returnvalue">GArrowTable</span></a> *
garrow_table_filter_chunked_array (<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="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> *filter</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-table-filter-chunked-array.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>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>filter</p></td>
<td class="parameter_description"><p>The values indicates which values should be filtered out.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-table-filter-chunked-array.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowTable.html" title="GArrowTable"><span class="type">GArrowTable</span></a> filterd
with a chunked array filter. Nulls in the filter will
result in nulls in the output. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-chunked-array-filter"></a><h3>garrow_chunked_array_filter ()</h3>
<pre class="programlisting"><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
garrow_chunked_array_filter (<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="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *filter</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-chunked-array-filter.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>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>filter</p></td>
<td class="parameter_description"><p>The values indicates which values should be filtered out.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-chunked-array-filter.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> filterd
with a boolean selection filter. Nulls in the filter will
result in nulls in the output. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-chunked-array-filter-chunked-array"></a><h3>garrow_chunked_array_filter_chunked_array ()</h3>
<pre class="programlisting"><a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="returnvalue">GArrowChunkedArray</span></a> *
garrow_chunked_array_filter_chunked_array
(<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> *filter</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-chunked-array-filter-chunked-array.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>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>filter</p></td>
<td class="parameter_description"><p>The values indicates which values should be filtered out.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-chunked-array-filter-chunked-array.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="GArrowChunkedArray.html" title="GArrowChunkedArray"><span class="type">GArrowChunkedArray</span></a> filterd
with a chunked array filter. Nulls in the filter will
result in nulls in the output. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="garrow-record-batch-filter"></a><h3>garrow_record_batch_filter ()</h3>
<pre class="programlisting"><a class="link" href="record-batch.html#GArrowRecordBatch"><span class="returnvalue">GArrowRecordBatch</span></a> *
garrow_record_batch_filter (<em class="parameter"><code><a class="link" href="record-batch.html#GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> *record_batch</code></em>,
<em class="parameter"><code><a class="link" href="basic-array-classes.html#GArrowBooleanArray"><span class="type">GArrowBooleanArray</span></a> *filter</code></em>,
<em class="parameter"><code><a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a> *options</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<div class="refsect3">
<a name="garrow-record-batch-filter.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>record_batch</p></td>
<td class="parameter_description"><p>A <a class="link" href="record-batch.html#GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>filter</p></td>
<td class="parameter_description"><p>The values indicates which values should be filtered out.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>options</p></td>
<td class="parameter_description"><p>A <a class="link" href="compute.html#GArrowFilterOptions"><span class="type">GArrowFilterOptions</span></a>. </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>
<tr>
<td class="parameter_name"><p>error</p></td>
<td class="parameter_description"><p>Return location for a <span class="type">GError</span> or <code class="literal">NULL</code>. </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-filter.returns"></a><h4>Returns</h4>
<p>The <a class="link" href="record-batch.html#GArrowRecordBatch"><span class="type">GArrowRecordBatch</span></a> filterd
with a boolean selection filter. Nulls in the filter will
result in nulls in the output. </p>
<p><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>][<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-15-0.html#api-index-0.15.0">0.15.0</a></p>
</div>
</div>
<div class="refsect1">
<a name="compute.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GARROW-TYPE-EXECUTE-CONTEXT:CAPS"></a><h3>GARROW_TYPE_EXECUTE_CONTEXT</h3>
<pre class="programlisting">#define GARROW_TYPE_EXECUTE_CONTEXT (garrow_execute_context_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowExecuteContextClass"></a><h3>struct GArrowExecuteContextClass</h3>
<pre class="programlisting">struct GArrowExecuteContextClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-FUNCTION-OPTIONS:CAPS"></a><h3>GARROW_TYPE_FUNCTION_OPTIONS</h3>
<pre class="programlisting">#define GARROW_TYPE_FUNCTION_OPTIONS (garrow_function_options_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-FUNCTION:CAPS"></a><h3>GARROW_TYPE_FUNCTION</h3>
<pre class="programlisting">#define GARROW_TYPE_FUNCTION (garrow_function_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFunctionClass"></a><h3>struct GArrowFunctionClass</h3>
<pre class="programlisting">struct GArrowFunctionClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-CAST-OPTIONS:CAPS"></a><h3>GARROW_TYPE_CAST_OPTIONS</h3>
<pre class="programlisting">#define GARROW_TYPE_CAST_OPTIONS (garrow_cast_options_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptionsClass"></a><h3>struct GArrowCastOptionsClass</h3>
<pre class="programlisting">struct GArrowCastOptionsClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCountMode"></a><h3>enum GArrowCountMode</h3>
<p>They are corresponding to <code class="literal">arrow::compute::CountOptions::mode</code> values.</p>
<div class="refsect3">
<a name="GArrowCountMode.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COUNT-ALL:CAPS"></a>GARROW_COUNT_ALL</p></td>
<td class="enum_member_description">
<p>Count all non-null values.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COUNT-NULL:CAPS"></a>GARROW_COUNT_NULL</p></td>
<td class="enum_member_description">
<p>Count all null values.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-COUNT-OPTIONS:CAPS"></a><h3>GARROW_TYPE_COUNT_OPTIONS</h3>
<pre class="programlisting">#define GARROW_TYPE_COUNT_OPTIONS (garrow_count_options_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCountOptionsClass"></a><h3>struct GArrowCountOptionsClass</h3>
<pre class="programlisting">struct GArrowCountOptionsClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFilterNullSelectionBehavior"></a><h3>enum GArrowFilterNullSelectionBehavior</h3>
<p>They are corresponding to
<code class="literal">arrow::compute::FilterOptions::NullSelectionBehavior</code> values.</p>
<div class="refsect3">
<a name="GArrowFilterNullSelectionBehavior.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GARROW-FILTER-NULL-SELECTION-DROP:CAPS"></a>GARROW_FILTER_NULL_SELECTION_DROP</p></td>
<td class="enum_member_description">
<p> Filtered value will be removed in the output.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-FILTER-NULL-SELECTION-EMIT-NULL:CAPS"></a>GARROW_FILTER_NULL_SELECTION_EMIT_NULL</p></td>
<td class="enum_member_description">
<p> Filtered value will be null in the output.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-FILTER-OPTIONS:CAPS"></a><h3>GARROW_TYPE_FILTER_OPTIONS</h3>
<pre class="programlisting">#define GARROW_TYPE_FILTER_OPTIONS (garrow_filter_options_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFilterOptionsClass"></a><h3>struct GArrowFilterOptionsClass</h3>
<pre class="programlisting">struct GArrowFilterOptionsClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-TAKE-OPTIONS:CAPS"></a><h3>GARROW_TYPE_TAKE_OPTIONS</h3>
<pre class="programlisting">#define GARROW_TYPE_TAKE_OPTIONS (garrow_take_options_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowTakeOptionsClass"></a><h3>struct GArrowTakeOptionsClass</h3>
<pre class="programlisting">struct GArrowTakeOptionsClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCompareOperator"></a><h3>enum GArrowCompareOperator</h3>
<p>They are corresponding to <code class="literal">arrow::compute::CompareOperator</code> values.</p>
<div class="refsect3">
<a name="GArrowCompareOperator.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COMPARE-EQUAL:CAPS"></a>GARROW_COMPARE_EQUAL</p></td>
<td class="enum_member_description">
<p>Equal operator.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COMPARE-NOT-EQUAL:CAPS"></a>GARROW_COMPARE_NOT_EQUAL</p></td>
<td class="enum_member_description">
<p>Not equal operator.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COMPARE-GREATER:CAPS"></a>GARROW_COMPARE_GREATER</p></td>
<td class="enum_member_description">
<p>Greater operator.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COMPARE-GREATER-EQUAL:CAPS"></a>GARROW_COMPARE_GREATER_EQUAL</p></td>
<td class="enum_member_description">
<p>Greater equal operator.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COMPARE-LESS:CAPS"></a>GARROW_COMPARE_LESS</p></td>
<td class="enum_member_description">
<p>Less operator.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GARROW-COMPARE-LESS-EQUAL:CAPS"></a>GARROW_COMPARE_LESS_EQUAL</p></td>
<td class="enum_member_description">
<p>Less equal operator.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GARROW-TYPE-COMPARE-OPTIONS:CAPS"></a><h3>GARROW_TYPE_COMPARE_OPTIONS</h3>
<pre class="programlisting">#define GARROW_TYPE_COMPARE_OPTIONS (garrow_compare_options_get_type())
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCompareOptionsClass"></a><h3>struct GArrowCompareOptionsClass</h3>
<pre class="programlisting">struct GArrowCompareOptionsClass {
GObjectClass parent_class;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptions-struct"></a><h3>GArrowCastOptions</h3>
<pre class="programlisting">typedef struct _GArrowCastOptions GArrowCastOptions;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCompareOptions-struct"></a><h3>GArrowCompareOptions</h3>
<pre class="programlisting">typedef struct _GArrowCompareOptions GArrowCompareOptions;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCountOptions-struct"></a><h3>GArrowCountOptions</h3>
<pre class="programlisting">typedef struct _GArrowCountOptions GArrowCountOptions;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowExecuteContext-struct"></a><h3>GArrowExecuteContext</h3>
<pre class="programlisting">typedef struct _GArrowExecuteContext GArrowExecuteContext;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFilterOptions-struct"></a><h3>GArrowFilterOptions</h3>
<pre class="programlisting">typedef struct _GArrowFilterOptions GArrowFilterOptions;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFunction-struct"></a><h3>GArrowFunction</h3>
<pre class="programlisting">typedef struct _GArrowFunction GArrowFunction;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFunctionOptions-struct"></a><h3>GArrowFunctionOptions</h3>
<pre class="programlisting">typedef struct _GArrowFunctionOptions GArrowFunctionOptions;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFunctionOptionsInterface"></a><h3>GArrowFunctionOptionsInterface</h3>
<pre class="programlisting">typedef struct _GArrowFunctionOptionsInterface GArrowFunctionOptionsInterface;</pre>
</div>
<hr>
<div class="refsect2">
<a name="GArrowTakeOptions-struct"></a><h3>GArrowTakeOptions</h3>
<pre class="programlisting">typedef struct _GArrowTakeOptions GArrowTakeOptions;</pre>
</div>
</div>
<div class="refsect1">
<a name="compute.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GArrowCastOptions--allow-decimal-truncate"></a><h3>The <code class="literal">“allow-decimal-truncate”</code> property</h3>
<pre class="programlisting"> “allow-decimal-truncate” <span class="type">gboolean</span></pre>
<p>Whether truncating decimal value is allowed or not.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
<p class="since">Since: <a class="link" href="api-index-1-0-0.html#api-index-1.0.0">1.0.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptions--allow-float-truncate"></a><h3>The <code class="literal">“allow-float-truncate”</code> property</h3>
<pre class="programlisting"> “allow-float-truncate” <span class="type">gboolean</span></pre>
<p>Whether truncating float value is allowed or not.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
<p class="since">Since: <a class="link" href="api-index-0-12-0.html#api-index-0.12.0">0.12.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptions--allow-int-overflow"></a><h3>The <code class="literal">“allow-int-overflow”</code> property</h3>
<pre class="programlisting"> “allow-int-overflow” <span class="type">gboolean</span></pre>
<p>Whether integer overflow is allowed or not.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
<p class="since">Since: <a class="link" href="api-index-0-7-0.html#api-index-0.7.0">0.7.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptions--allow-invalid-utf8"></a><h3>The <code class="literal">“allow-invalid-utf8”</code> property</h3>
<pre class="programlisting"> “allow-invalid-utf8” <span class="type">gboolean</span></pre>
<p>Whether invalid UTF-8 string value is allowed or not.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptions--allow-time-overflow"></a><h3>The <code class="literal">“allow-time-overflow”</code> property</h3>
<pre class="programlisting"> “allow-time-overflow” <span class="type">gboolean</span></pre>
<p>Whether time overflow is allowed or not.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
<p class="since">Since: <a class="link" href="api-index-1-0-0.html#api-index-1.0.0">1.0.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCastOptions--allow-time-truncate"></a><h3>The <code class="literal">“allow-time-truncate”</code> property</h3>
<pre class="programlisting"> “allow-time-truncate” <span class="type">gboolean</span></pre>
<p>Whether truncating time value is allowed or not.</p>
<p>Flags: Read / Write</p>
<p>Default value: FALSE</p>
<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="GArrowCastOptions--to-data-type"></a><h3>The <code class="literal">“to-data-type”</code> property</h3>
<pre class="programlisting"> “to-data-type” <a class="link" href="basic-data-type-classes.html#GArrowDataType"><span class="type">GArrowDataType</span></a> *</pre>
<p>The GArrowDataType being casted to.</p>
<p>Flags: Read / Write</p>
<p class="since">Since: <a class="link" href="api-index-1-0-0.html#api-index-1.0.0">1.0.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCompareOptions--operator"></a><h3>The <code class="literal">“operator”</code> property</h3>
<pre class="programlisting"> “operator” <a class="link" href="compute.html#GArrowCompareOperator" title="enum GArrowCompareOperator"><span class="type">GArrowCompareOperator</span></a></pre>
<p>How to compare the value.</p>
<p>Flags: Read / Write</p>
<p>Default value: GARROW_COMPARE_EQUAL</p>
<p class="since">Since: <a class="link" href="api-index-0-14-0.html#api-index-0.14.0">0.14.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowCountOptions--mode"></a><h3>The <code class="literal">“mode”</code> property</h3>
<pre class="programlisting"> “mode” <a class="link" href="compute.html#GArrowCountMode" title="enum GArrowCountMode"><span class="type">GArrowCountMode</span></a></pre>
<p>How to count values.</p>
<p>Flags: Read / Write</p>
<p>Default value: GARROW_COUNT_ALL</p>
<p class="since">Since: <a class="link" href="api-index-0-13-0.html#api-index-0.13.0">0.13.0</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFilterOptions--null-selection-behavior"></a><h3>The <code class="literal">“null-selection-behavior”</code> property</h3>
<pre class="programlisting"> “null-selection-behavior” <a class="link" href="compute.html#GArrowFilterNullSelectionBehavior" title="enum GArrowFilterNullSelectionBehavior"><span class="type">GArrowFilterNullSelectionBehavior</span></a></pre>
<p>How to handle filtered values.</p>
<p>Flags: Read / Write</p>
<p>Default value: GARROW_FILTER_NULL_SELECTION_DROP</p>
</div>
<hr>
<div class="refsect2">
<a name="GArrowFunction--function"></a><h3>The <code class="literal">“function”</code> property</h3>
<pre class="programlisting"> “function” <span class="type">gpointer</span></pre>
<p>The raw std::shared&lt;arrow::compute::Function&gt; *.</p>
<p>Flags: Write / Construct Only</p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.27</div>
<script type="text/javascript" src="/docs/_static/versionwarning.js"></script></body>
</html>