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

Function garrow_array_get_offset

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

* garrow_array_get_offset: * @array: A #GArrowArray. * * Returns: The number of values in the array. */

Source from the content-addressed store, hash-verified

1074 * Returns: The number of values in the array.
1075 */
1076gint64
1077garrow_array_get_offset(GArrowArray *array)
1078{
1079 auto arrow_array = garrow_array_get_raw(array);
1080 return arrow_array->offset();
1081}
1082
1083/**
1084 * garrow_array_get_n_nulls:

Callers

nothing calls this directly

Calls 2

garrow_array_get_rawFunction · 0.70
offsetMethod · 0.45

Tested by

no test coverage detected