Method

ArrowArrayget_null_bitmap

Declaration [src]

GArrowBuffer*
garrow_array_get_null_bitmap (
  GArrowArray* array
)

Description

No description available.
Available since:0.3.0

Return value

Returns: GArrowBuffer
 

The bitmap that indicates null value indices for the array as GArrowBuffer or NULL when garrow_array_get_n_nulls() returns 0.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.