Method
ArrowORCFileReaderread_stripes
since: 0.10.0
Declaration [src]
GArrowTable*
garrow_orc_file_reader_read_stripes (
GArrowORCFileReader* reader
GError** error
)
Return value
Type: GArrowTable
A newly read stripes as
GArrowTable
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 . |