Method

ArrowRecordBatchequal_metadata

Declaration [src]

gboolean
garrow_record_batch_equal_metadata (
  GArrowRecordBatch* record_batch,
  GArrowRecordBatch* other_record_batch,
  gboolean check_metadata
)

Description

No description available.
Available since:0.17.0

Parameters

other_record_batch GArrowRecordBatch
 

A GArrowRecordBatch to be compared.

 The data is owned by the caller of the function.
check_metadata gboolean
 

Whether to compare metadata.

Return value

Returns: gboolean
 

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