Constructor

ArrowFlightRecordBatchStreamnew

Declaration [src]

GAFlightRecordBatchStream*
gaflight_record_batch_stream_new (
  GArrowRecordBatchReader* reader,
  GArrowWriteOptions* options
)

Description

No description available.
Available since:6.0.0

Parameters

reader GArrowRecordBatchReader
 

A GArrowRecordBatchReader to be read.

 The data is owned by the caller of the function.
options GArrowWriteOptions
 

A GArrowWriteOptions for writing record batches to a client.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: GAFlightRecordBatchStream
 

The newly created GAFlightRecordBatchStream.

 The caller of the function takes ownership of the data, and is responsible for freeing it.