Method
ArrowBooleanArrayand
Declaration [src]
GArrowBooleanArray*
garrow_boolean_array_and (
GArrowBooleanArray* left,
GArrowBooleanArray* right,
GError** error
)
Parameters
right |
GArrowBooleanArray |
A right hand side |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowBooleanArray |
The element-wise AND operated boolean array. It should be freed with |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |