Method

ArrowRecordBatchFileReaderget_metadata

unstable since: 24.0.0

Declaration [src]

GHashTable*
garrow_record_batch_file_reader_get_metadata (
  GArrowRecordBatchFileReader* reader
)

Description

No description available.

Available since: 24.0.0

Return value

Type: GHashTable

The metadata in the footer.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.