issues
search
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
Simplify CSV loader based on assumptions on unique ids
#349
Closed
szarnyasg
closed
6 years ago
szarnyasg
commented
6 years ago
We assume a few realistic assumptions:
vertex ids are unique within a given label
given the source vertex label, and the target vertex label, the source and target vertices can be uniquely identified by their ids
Fixes #324
We assume a few realistic assumptions:
Fixes #324