Open
Description
Is your feature request related to a problem or challenge?
As stated in #6384, new array functions must only accept special types, including list. The main problem is that it is necessary to check the data types for each list (also nested lists).
Describe the solution you'd like
I think it would be better to implement a recursive algorithm for checking all data types of each list item.
New Signature
method should accept an array of the specific datatypes (like ARRAY_DATATYPES
).
Describe alternatives you've considered
No response
Additional context
Simillar PR:
#6384