apache / age

Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
https://age.apache.org
Apache License 2.0
2.83k stars 399 forks source link

Implement Pattern Matching in the WHERE clause #1577

Open dehowef opened 4 months ago

dehowef commented 4 months ago

Currently, the syntax for pattern matching in the WHERE clause is not implemented.

For example, the syntax: MATCH (a) WHERE (a)-[]-() RETURN a

and other similar syntaxes are valid queries and should return a result.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open 45 days with no activity. Remove "Abondoned" label or comment or this will be closed in 7 days.