Method

ParquetFileMetadataget_row_group

Declaration [src]

GParquetRowGroupMetadata*
gparquet_file_metadata_get_row_group (
  GParquetFileMetadata* metadata,
  gint index,
  GError** error
)

Description

No description available.
Available since:8.0.0

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 GParquetRowGroupMetadata at index on success, 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.