API Version: 1.0
Library Version: 16.1.0
gboolean gparquet_file_metadata_can_decompress ( GParquetFileMetadata* metadata )
gboolean
TRUE if all of the row groups can be decompressed, FALSE otherwise.
TRUE
FALSE
This will return false if any of the RowGroup’s page is compressed with a compression format which is not compiled in the current Parquet library.