Method
ArrowTableslice
since: 0.14.0
Declaration [src]
GArrowTable*
garrow_table_slice (
GArrowTable* table,
gint64 offset,
gint64 length
)
Parameters
offset-
Type:
gint64The offset of sub
GArrowTable. If the offset is negative, the offset is counted from the last. length-
Type:
gint64The length of sub
GArrowTable.
Return value
Type: GArrowTable
The sub GArrowTable. It covers
only from offset to offset + length range. The sub
GArrowTable shares values with the base
GArrowTable.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |