pyarrow.compute.all¶
- pyarrow.compute.all(array, *, memory_pool=None)¶
Test whether all elements in a boolean array evaluate to true.
Null values are ignored.
- Parameters
array (Array-like) – Argument to compute function
memory_pool (pyarrow.MemoryPool, optional) – If not passed, will allocate memory from the default memory pool.