Constructor
ArrowSourceNodeOptionsnew_record_batch_reader
since: 6.0.0
Declaration [src]
GArrowSourceNodeOptions*
garrow_source_node_options_new_record_batch_reader (
GArrowRecordBatchReader* reader
)
Parameters
reader
-
Type:
GArrowRecordBatchReader
A
GArrowRecordBatchReader
.The data is owned by the caller of the function.
Return value
Type: GArrowSourceNodeOptions
A newly created GArrowSourceNodeOptions
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |