Method

ArrowFlightRecordBatchReaderread_next

since: 6.0.0

Declaration [src]

GAFlightStreamChunk*
gaflight_record_batch_reader_read_next (
  GAFlightRecordBatchReader* reader
  GError** error
)

Description

No description available.

Available since: 6.0.0

Return value

Type: GAFlightStreamChunk

The next chunk on success, NULL on end of stream, NULL on error.

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