Method

ParquetStatisticsequal

Declaration [src]

gboolean
gparquet_statistics_equal (
  GParquetStatistics* statistics,
  GParquetStatistics* other_statistics
)

Description

No description available.
Available since:8.0.0

Parameters

other_statistics GParquetStatistics
 

A GParquetStatistics.

 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.