方法
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 。 |