Method

ArrowRecordBatchIteratorequal

since: 0.17.0

Declaration [src]

gboolean
garrow_record_batch_iterator_equal (
  GArrowRecordBatchIterator* iterator,
  GArrowRecordBatchIterator* other_iterator
)

Description

No description available.

Available since: 0.17.0

Parameters

other_iterator

Type: GArrowRecordBatchIterator

A GArrowRecordBatchIterator to be compared.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if both iterators are the same, FALSE otherwise.