Method
ParquetFileMetadataget_row_group
Declaration [src]
GParquetRowGroupMetadata*
gparquet_file_metadata_get_row_group (
GParquetFileMetadata* metadata,
gint index,
GError** error
)
Parameters
index |
gint |
An index of the row group to retrieve. |
|
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GParquetRowGroupMetadata |
A |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |