Method
ArrowBufferequal_n_bytes
since: 0.4.0
Declaration [src]
gboolean
garrow_buffer_equal_n_bytes (
  GArrowBuffer* buffer,
  GArrowBuffer* other_buffer,
  gint64 n_bytes
)
Parameters
- other_buffer
- 
            Type: GArrowBufferA GArrowBufferto be compared.The data is owned by the caller of the function. 
- n_bytes
- 
            Type: gint64The number of first bytes to be compared.