Method

ArrowRecordBatchFileReaderget_schema

Declaration [src]

GArrowSchema*
garrow_record_batch_file_reader_get_schema (
  GArrowRecordBatchFileReader* reader
)

Description

No description available.
Available since:0.4.0

Return value

Returns: GArrowSchema
 

The schema in the file.

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