Method
ArrowORCFileReaderread_stripe
Declaration [src]
GArrowRecordBatch*
garrow_orc_file_reader_read_stripe (
GArrowORCFileReader* reader,
gint64 i,
GError** error
)
Parameters
i |
gint64 |
The stripe index to be read. |
|
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowRecordBatch |
A newly read stripe as
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |