方法

ArrowRecordBatchequal

自:0.4.0

声明 [源码]

gboolean
garrow_record_batch_equal (
  GArrowRecordBatch* record_batch,
  GArrowRecordBatch* other_record_batch
)

描述

暂无描述。

可用自:0.4.0

参数

other_record_batch

类型: GArrowRecordBatch

要比较的 GArrowRecordBatch

数据由函数调用者拥有。

返回值

类型: gboolean

如果两者具有相同的数据,则返回 TRUE,否则返回 FALSE