Constructor
ArrowFlightRecordBatchStreamnew
Declaration [src]
GAFlightRecordBatchStream*
gaflight_record_batch_stream_new (
GArrowRecordBatchReader* reader,
GArrowWriteOptions* options
)
Parameters
reader |
GArrowRecordBatchReader |
A |
|
The data is owned by the caller of the function. | |
options |
GArrowWriteOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | GAFlightRecordBatchStream |
The newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |