GArrow.ORCFileReader.read_stripe – arrow-glib Reference Manual
Packages
arrow-glib
GArrow
ORCFileReader
input
orc_file_reader
ORCFileReader
get_field_indexes
get_field_indices
get_n_rows
get_n_stripes
read_stripe
read_stripes
read_type
set_field_indexes
set_field_indices
read_stripe
Description:
[
Version
( since =
"0.10.0"
) ]
public
RecordBatch
?
read_stripe
(
int64
i)
throws
Error
Parameters:
this
A
ORCFileReader
.
i
The stripe index to be read.
Returns:
A newly read stripe as
RecordBatch
or
null
on error.