You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 (likeARRAY_DATATYPES
).Describe alternatives you've considered
No response
Additional context
Simillar Issues:
#6119
#6075
Simillar PR:
#6384
The text was updated successfully, but these errors were encountered: