Method

ArrowRecordBatchReaderget_schema

since: 0.4.0

Declaration [src]

GArrowSchema*
garrow_record_batch_reader_get_schema (
  GArrowRecordBatchReader* reader
)

Description

No description available.

Available since: 0.4.0

Return value

Type: GArrowSchema

The schema in the stream.

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