Skip to content

Add support for primitive arrays in remove function #25

@patelhumaira21

Description

@patelhumaira21

Is your feature request related to a problem? Please describe.

The filter function does not support filtering primitive arrays like below
remove(["foo", "bar", "foobar"], length(it)==3)

This is mainly because it does not support it reference

Describe the solution you'd like

Add support for it operator in remove function, so that it supports a primitive array

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions