Skip to content

Feature Request: Add expression that returns the complement of 2 lists #95

@StacieClark-Elastic

Description

@StacieClark-Elastic

Add an expression that returns the values in the original list that are not seen in the second list
Example, given list1={1,2,3} and list2={3,4,5} the expression list1.diff(list2) would return {1,2}. (list1.complement(list2) works as well)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions