Method

ArrowBufferequal_n_bytes

since: 0.4.0

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

Type: GArrowBuffer

A GArrowBuffer to be compared.

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

Type: gint64

The number of first bytes to be compared.

Return value

Type: gboolean

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