Method

ParquetArrowFileReaderread_table

since: 0.11.0

Declaration [src]

GArrowTable*
gparquet_arrow_file_reader_read_table (
  GParquetArrowFileReader* reader
  GError** error
)

Description

No description available.

Available since: 0.11.0

Return value

Type: GArrowTable

A read GArrowTable.

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