Method

ArrowBufferequal_n_bytes

Declaration [src]

gboolean
garrow_buffer_equal_n_bytes (
  GArrowBuffer* buffer,
  GArrowBuffer* other_buffer,
  gint64 n_bytes
)

Description

No description available.
Available since:0.4.0

Parameters

other_buffer GArrowBuffer
 

A GArrowBuffer to be compared.

 The data is owned by the caller of the function.
n_bytes gint64
 

The number of first bytes to be compared.

Return value

Returns: gboolean
 

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