Method

ArrowTableslice

Declaration [src]

GArrowTable*
garrow_table_slice (
  GArrowTable* table,
  gint64 offset,
  gint64 length
)

Description

No description available.
Available since:0.14.0

Parameters

offset gint64
 

The offset of sub GArrowTable. If the offset is negative, the offset is counted from the last.

length gint64
 

The length of sub GArrowTable.

Return value

Returns: 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.