Method

ParquetColumnChunkMetadataget_statistics

since: 8.0.0

Declaration [src]

GParquetStatistics*
gparquet_column_chunk_metadata_get_statistics (
  GParquetColumnChunkMetadata* metadata
)

Description

No description available.

Available since: 8.0.0

Return value

Type: 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.