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