Method

ParquetRowGroupMetadataequal

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 GParquetRowGroupMetadata
 

A GParquetRowGroupMetadata.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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