方法
ArrowTabletake_chunked_array
自:0.16.0 起
宣告 [src]
GArrowTable*
garrow_table_take_chunked_array (
GArrowTable* table,
GArrowChunkedArray* indices,
GArrowTakeOptions* options,
GError** error
)
參數
回傳值
類型: GArrowTable
從分塊陣列中索引處的值陣列取得的 GArrowTable
,若發生錯誤則為 NULL
。
此方法的呼叫者取得資料的所有權,並負責釋放它。 |
回傳值可以為 NULL 。 |