Method

ArrowChunkedArrayequal

Declaration [src]

gboolean
garrow_chunked_array_equal (
  GArrowChunkedArray* chunked_array,
  GArrowChunkedArray* other_chunked_array
)

Description

No description available.
Available since:0.4.0

Parameters

other_chunked_array GArrowChunkedArray
 

A GArrowChunkedArray to be compared.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

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