ftsrg / ingraph

Incremental view maintenance for openCypher graph queries.
http://docs.inf.mit.bme.hu/ingraph/
Eclipse Public License 1.0
48 stars 10 forks source link

Type check for comparison expressions #37

Closed jmarton closed 6 years ago

jmarton commented 7 years ago

Not all expression-pairs can be operand of comparison operators. Some type check needs to be done when compiling the cypher query to te relational algebra expressions.

These are legal:

However, these are not, and a compile-time error should be omitted:

In general, these cases should emit a warning (list can be continued):

vertex and edge variables:

szarnyasg commented 6 years ago

Should we close this, i.e. is there any chance we will work in this in the next 12 months? :-)