ldbc / gcore-spark

Implementation of the G-CORE graph query language on Spark
Apache License 2.0
15 stars 5 forks source link

unsuported expression: property p.prop = "" #23

Open ramhgarcias opened 6 years ago

ramhgarcias commented 6 years ago

For a expression of the form: construct (n) match (n) where n.name = ""; The parser assumes that n.name = n.""

| + MatchClause | | + CondMatchClause | | | + SimpleMatchClause | | | | + GraphPattern | | | | | + Vertex | | | | | | + Reference [n] | | | | | | + ObjectPattern | | | | | | | + True$ [true, GcoreBoolean$] | | | | | | | + True$ [true, GcoreBoolean$] | | | | + DefaultGraph$ | | | + PropertyRef [n.""]