Method
ArrowTablefilter_chunked_array
Declaration [src]
GArrowTable*
garrow_table_filter_chunked_array (
GArrowTable* table,
GArrowChunkedArray* filter,
GArrowFilterOptions* options,
GError** error
)
Parameters
filter |
GArrowChunkedArray |
The values indicates which values should be filtered out. |
|
The data is owned by the caller of the function. | |
options |
GArrowFilterOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowTable |
The |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |