Method

ParquetStatisticsequal

since: 8.0.0

Declaration [src]

gboolean
gparquet_statistics_equal (
  GParquetStatistics* statistics,
  GParquetStatistics* other_statistics
)

Description

No description available.

Available since: 8.0.0

Parameters

other_statistics

Type: GParquetStatistics

A GParquetStatistics.

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.