Method
ArrowArraytake_chunked_array
Declaration [src]
GArrowChunkedArray*
garrow_array_take_chunked_array (
GArrowArray* array,
GArrowChunkedArray* indices,
GArrowTakeOptions* options,
GError** error
)
Parameters
indices |
GArrowChunkedArray |
The indices of values to take. |
|
| The data is owned by the caller of the function. | |
options |
GArrowTakeOptions |
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: | GArrowChunkedArray |
The |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |