Method

ParquetColumnChunkMetadataequal

since: 8.0.0

[]

Declaration [src]

gboolean
gparquet_column_chunk_metadata_equal (
  GParquetColumnChunkMetadata* metadata,
  GParquetColumnChunkMetadata* other_metadata
)
[]

Description

No description available.

Available since: 8.0.0

[]

Parameters

other_metadata

Type: GParquetColumnChunkMetadata

A GParquetColumnChunkMetadata.

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.