Skip to content

List comprehensions #105

@ilyalasy

Description

@ilyalasy

Hey,
are list comprehensions supported in AGE?
Using syntax from Neo4j doesnt seem to work, simple example:

SELECT * FROM cypher('g1', $$
MATCH (v)
RETURN [x in v.array_field]
$$) as (a agtype);

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew requesthelp wantedExtra attention is neededquestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions