ftsrg / ingraph

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

Re-work compilation of SKIP/LIMIT #288

Closed jmarton closed 6 years ago

jmarton commented 6 years ago

i.e. Top and SortAndTop operators now accomodate Option[Expression]

These plan elements included expression stub up for their skip and limit properties. From now on, they are populated, but the metamodel has been reworked to include a Option[Expression] instead of Expression allowing null.

@wafle please review and maybe correct my dirty hack on ire-adapter

Note: meaningful compilation of ORDER BY is coming soon.

wafle commented 6 years ago

Fixed.