Skip to content

Feature Request: Add a uniq() expression #94

@StacieClark-Elastic

Description

@StacieClark-Elastic

Add uniq() to operate on a list and return a list with the unique values from the original list.

Example list = {1,2,3,4,4,4,5,5}
llist.uniq() returns {1,2,3,4,5}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions