方法
ArrowRunEndEncodedArrayget_logical_run_ends
自版本 13.0.0 起
宣告 [原始碼]
GArrowArray*
garrow_run_end_encoded_array_get_logical_run_ends (
GArrowRunEndEncodedArray* array
GError** error
)
回傳值
類型: GArrowArray
每個行程結束的邏輯索引,或在錯誤時為 NULL
。
如果設定了非零的邏輯偏移量,此函數會分配一個新的陣列,並重寫所有行程結束值,使其相對於邏輯偏移量,並將陣列的末端裁剪到邏輯長度。
方法的呼叫者取得資料的所有權,並負責釋放它。 |