Constructor
ArrowTableBatchReadernew
since: 0.8.0
Declaration [src]
GArrowTableBatchReader*
garrow_table_batch_reader_new (
GArrowTable* table
)
Parameters
table
-
Type:
GArrowTable
The table to be read.
The data is owned by the caller of the function.
Return value
Type: GArrowTableBatchReader
A newly created GArrowTableBatchReader
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |