Skip to content

Write Signature method for list datatypes. #6559

Open
@izveigor

Description

@izveigor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions