Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Signature method for list datatypes. #6559

Open
izveigor opened this issue Jun 6, 2023 · 1 comment
Open

Write Signature method for list datatypes. #6559

izveigor opened this issue Jun 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@izveigor
Copy link
Contributor

izveigor commented Jun 6, 2023

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 Issues:
#6119
#6075

Simillar PR:
#6384

@izveigor
Copy link
Contributor Author

This is the serious problem that should be solved soon. I will take this under my own responsibility.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant