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:378–383  ·  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

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

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected