Method

ArrowRecordBatchIteratorequal

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 GArrowRecordBatchIterator
 

A GArrowRecordBatchIterator to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if both iterators are the same, FALSE otherwise.