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:1077–1082  ·  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

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