Method
ArrowRecordBatchslice
Declaration [src]
GArrowRecordBatch*
garrow_record_batch_slice (
GArrowRecordBatch* record_batch,
gint64 offset,
gint64 length
)
Parameters
offset |
gint64 |
The offset of sub |
|
length |
gint64 |
The length of sub |
Return value
Returns: | GArrowRecordBatch |
The sub |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |