Method

ArrowORCFileReaderread_type

Declaration [src]

GArrowSchema*
garrow_orc_file_reader_read_type (
  GArrowORCFileReader* reader
  GError** error
)

Description

No description available.
Available since:0.10.0

Return value

Returns: GArrowSchema
 

A newly read type as GArrowSchema or NULL on error.

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