pyarrow.compute.or_kleene¶
-
pyarrow.compute.
or_kleene
(left, right, *, memory_pool=None)¶ Call compute function ‘or_kleene’ with the given arguments.
- Parameters
left (Array-like or scalar-like) – First argument to compute function
right (Array-like or scalar-like) – Second argument to compute function
memory_pool (pyarrow.MemoryPool, optional) – If not passed, will allocate memory from the default memory pool.