Constructor
ArrowFlightRecordBatchStreamnew
since: 6.0.0
Declaration [src]
GAFlightRecordBatchStream*
gaflight_record_batch_stream_new (
  GArrowRecordBatchReader* reader,
  GArrowWriteOptions* options
)
Parameters
- reader
- 
            Type: GArrowRecordBatchReaderA GArrowRecordBatchReaderto be read.The data is owned by the caller of the function. 
- options
- 
            Type: GArrowWriteOptionsA GArrowWriteOptionsfor writing record batches to a client.The argument can be NULL.The data is owned by the caller of the function. 
Return value
Type: GAFlightRecordBatchStream
The newly created GAFlightRecordBatchStream.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |