Method

ParquetColumnChunkMetadataget_statistics

Declaration [src]

GParquetStatistics*
gparquet_column_chunk_metadata_get_statistics (
  GParquetColumnChunkMetadata* metadata
)

Description

No description available.
Available since:8.0.0

Return value

Returns: GParquetStatistics
 

The statistics of this column chunk if it’s set, NULL otherwise.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.