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