Method
ArrowRecordBatchequal_metadata
since: 0.17.0
Declaration [src]
gboolean
garrow_record_batch_equal_metadata (
  GArrowRecordBatch* record_batch,
  GArrowRecordBatch* other_record_batch,
  gboolean check_metadata
)
Parameters
- other_record_batch
- 
            Type: GArrowRecordBatchA GArrowRecordBatchto be compared.The data is owned by the caller of the function. 
- check_metadata
- 
            Type: gbooleanWhether to compare metadata.