方法

ArrowTableslice

since: 0.14.0

宣告 [src]

GArrowTable*
garrow_table_slice (
  GArrowTable* table,
  gint64 offset,
  gint64 length
)

描述

無可用描述。

自版本 0.14.0 起可用

參數

offset

類型: gint64

GArrowTable 的位移量。如果位移量為負數,則從最後一個開始計算。

length

類型: gint64

GArrowTable 的長度。

回傳值

類型: GArrowTable

GArrowTable。它僅涵蓋從 offsetoffset + length 的範圍。子 GArrowTable 與基礎 GArrowTable 共用值。

此方法的呼叫者取得資料的所有權,並負責釋放它。