Support for expressions that address any element of an array
SKAO has a use case where support for expressions that address any element of an array would be very useful. A rule like
domain/family/member/my_2d_array > 2.75
expresses then that every element of the array my_2d_array
should be checked against the value specified (2.75
) and if at least one of them exceeds 2.75, then the expression is true.