MCPcopy Create free account
hub / github.com/apache/arrow / garrow_equal_options_is_approx

Function garrow_equal_options_is_approx

c_glib/arrow-glib/basic-array.cpp:379–384  ·  view source on GitHub ↗

* garrow_equal_options_is_approx: * @options: A #GArrowEqualOptions. * * Returns: %TRUE if approximate comparison is used, %FALSE otherwise. * * Since: 5.0.0 */

Source from the content-addressed store, hash-verified

377 * Since: 5.0.0
378 */
379gboolean
380garrow_equal_options_is_approx(GArrowEqualOptions *options)
381{
382 auto priv = GARROW_EQUAL_OPTIONS_GET_PRIVATE(options);
383 return priv->approx;
384}
385
386struct GArrowArrayStatisticsPrivate
387{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected