Method

ArrowRunEndEncodedArrayfind_physical_offset

Declaration [src]

gint64
garrow_run_end_encoded_array_find_physical_offset (
  GArrowRunEndEncodedArray* array
)

Description

No description available.
Available since:13.0.0

Return value

Returns: gint64
 

Find the physical offset of this array.

This function uses binary-search, so it has a O(log N) cost.