Method
ArrowSinkNodeOptionsget_reader
since: 6.0.0
Declaration [src]
GArrowRecordBatchReader*
garrow_sink_node_options_get_reader (
GArrowSinkNodeOptions* options,
GArrowSchema* schema
)
Parameters
schema
-
Type:
GArrowSchema
A
GArrowSchema
.The data is owned by the caller of the function.
Return value
Type: GArrowRecordBatchReader
A GArrowRecordBatchReader
to read generated record batches.
The caller of the method takes ownership of the data, and is responsible for freeing it. |