Method
ArrowArrayis_in_chunked_array
Declaration [src]
GArrowBooleanArray*
garrow_array_is_in_chunked_array (
GArrowArray* left,
GArrowChunkedArray* right,
GError** error
)
Parameters
right |
GArrowChunkedArray |
A right hand side |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowBooleanArray |
The |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |