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

Improve implementation of antijoin node #359

Closed szarnyasg closed 5 years ago

szarnyasg commented 5 years ago

It's currently not fully incremental, see https://github.com/FTSRG/ingraph/blob/bb7a2e2ba93475c6514739cf1efa96cc767eeb3c/ire/src/main/scala/hu/bme/mit/ire/nodes/binary/AntiJoinNode.scala#L64-L68

szarnyasg commented 5 years ago

Done by @wafle in #372 .