Method
ParquetColumnChunkMetadataget_statistics
since: 8.0.0
Declaration [src]
GParquetStatistics*
gparquet_column_chunk_metadata_get_statistics (
GParquetColumnChunkMetadata* metadata
)
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 . |