Constructor

ArrowFlightRecordBatchStreamnew

since: 6.0.0

Declaration [src]

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

Description

No description available.

Available since: 6.0.0

Parameters

reader

Type: GArrowRecordBatchReader

A GArrowRecordBatchReader to be read.

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

Type: 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

Type: GAFlightRecordBatchStream

The newly created GAFlightRecordBatchStream.

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