Method

ParquetFileMetadatacan_decompress

since: 8.0.0

Declaration [src]

gboolean
gparquet_file_metadata_can_decompress (
  GParquetFileMetadata* metadata
)

Description

No description available.

Available since: 8.0.0

Return value

Type: gboolean

TRUE if all of the row groups can be decompressed, FALSE otherwise.

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.