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

Allow printing plans in compilation phases from other projects #309

Closed szarnyasg closed 6 years ago

szarnyasg commented 6 years ago

The part of the CompilerTest class that prints various plans (qplan...fplan) would be very useful when testing the engine as well. We should refactor it and move it to the src/main/scala source directory (of some project) so that tests in other projects, e.g. ire-adapter, can call it if required.