Method
ArrowChunkedArrayslice
Declaration [src]
GArrowChunkedArray*
garrow_chunked_array_slice (
GArrowChunkedArray* chunked_array,
guint64 offset,
guint64 length
)
Parameters
offset
-
Type:
guint64
The offset of sub
GArrowChunkedArray
. length
-
Type:
guint64
The length of sub
GArrowChunkedArray
.
Return value
Type: GArrowChunkedArray
The sub GArrowChunkedArray
. It covers only from
offset
to offset + length
range. The sub GArrowChunkedArray
shares
values with the base GArrowChunkedArray
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |