Method
ArrowChunkedArrayslice
Declaration [src]
GArrowChunkedArray*
garrow_chunked_array_slice (
GArrowChunkedArray* chunked_array,
guint64 offset,
guint64 length
)
Parameters
offset |
guint64 |
The offset of sub |
|
length |
guint64 |
The length of sub |
Return value
Returns: | GArrowChunkedArray |
The sub |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |