Method

ParquetRowGroupMetadataequal

since: 8.0.0

Declaration [src]

gboolean
gparquet_row_group_metadata_equal (
  GParquetRowGroupMetadata* metadata,
  GParquetRowGroupMetadata* other_metadata
)

Description

No description available.

Available since: 8.0.0

Parameters

other_metadata

Type: GParquetRowGroupMetadata

A GParquetRowGroupMetadata.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if both of them have the same data, FALSE otherwise.