Skip to content

Implement LET clause (like in OrientDB) #210

@agershun

Description

@agershun

Like:

SELECT FROM Profile
LET $city = address.city
WHERE $city.name like '%Saint%"' and
    ( $city.country.name = 'Italy' or $city.country.name = 'France' )

Source

This cluse will be calculated right before wherefn() and selectfn() ( or groupfn()).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions