Method

ArrowORCFileReaderread_stripe

Declaration [src]

GArrowRecordBatch*
garrow_orc_file_reader_read_stripe (
  GArrowORCFileReader* reader,
  gint64 i,
  GError** error
)

Description

No description available.
Available since:0.10.0

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 GArrowRecordBatch 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.