Method
ParquetArrowFileReaderread_row_group
Declaration [src]
GArrowTable*
gparquet_arrow_file_reader_read_row_group (
GParquetArrowFileReader* reader,
gint row_group_index,
gint* column_indices,
gsize n_column_indices,
GError** error
)
Parameters
row_group_index |
gint |
A row group index to be read. |
|
column_indices |
An array of gint |
Column indices to be read. |
|
The argument can be NULL. | |
The length of the array is specified in the n_column_indices argument. | |
| The data is owned by the caller of the function. | |
n_column_indices |
gsize |
The number of elements of |
|
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowTable |
A read |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |