Skip to content

Unsupported has_all operator #129

Description

has_all operator is being reported as error with 3 error messages:

datatable(a:string)
["A B C a b c", "D e f D E F"]
| filter a has_all ("a", "b")
//       ^ ^-----^ Expected: ';' ;; The function 'has_all' is not defined.
//       ^- The expression must have the type bool. 

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