方法
ArrowTablefilter_chunked_array
自:0.15.0 版本起
宣告 [src]
GArrowTable*
garrow_table_filter_chunked_array (
GArrowTable* table,
GArrowChunkedArray* filter,
GArrowFilterOptions* options,
GError** error
)
參數
回傳值
類型: GArrowTable
使用分塊陣列過濾器過濾後的 GArrowTable
。過濾器中的 Null 值將導致輸出中的 Null 值。
此方法的呼叫者取得資料的所有權,並負責釋放它。 |
回傳值可以為 NULL 。 |