DB
FunctionsArray

array_all

Evaluates every element of the input array and returns true only when all elements are truthy.

array_all(…) → Bool

Kind · scalar

Evaluates every element of the input array and returns true only when all elements are truthy.

Part of the Array family.