1
0
Fork 0
arangodb/arangod/Graph
Heiko b1b68b19b9 Bug fix/gharial deletion of connected edges (#6201)
* added test for recursive edge deletion, still missing c++ implementation

* test

* added deletion of connected edges when removing an edge or a vertex

* Added a helper function to iterate over all graphs.

* applied requested test changes

* edge definition helper function

* moved removeVertex and removeEdge inside a helper function

* more optimizations

* compile error

* typo

* requested changes

* const func
2018-08-23 18:52:06 +02:00
..
AttributeWeightShortestPathFinder.cpp better test for 'em nullptrs 2018-07-20 21:45:41 +02:00
AttributeWeightShortestPathFinder.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
BaseOptions.cpp allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
BaseOptions.h Bug fix/sparse graph register warning (#3569) 2017-11-10 14:33:15 +01:00
BreadthFirstEnumerator.cpp for some reasons fortify complained about these parts (#5777) 2018-07-05 09:38:03 +02:00
BreadthFirstEnumerator.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
ClusterTraverserCache.cpp remove methods from VelocyPackHelper that are also in VPackSlice (#5946) 2018-07-25 09:01:29 +02:00
ClusterTraverserCache.h Bug fix/sparse graph register warning (#3569) 2017-11-10 14:33:15 +01:00
ConstantWeightShortestPathFinder.cpp No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
ConstantWeightShortestPathFinder.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
EdgeCollectionInfo.cpp Async AQL (#5806) 2018-07-09 14:24:10 +02:00
EdgeCollectionInfo.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
EdgeCursor.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
EdgeDocumentToken.h Bug fix/cleanup 2005 (#5404) 2018-05-20 20:57:43 +02:00
Graph.cpp Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
Graph.h Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
GraphCache.cpp Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
GraphCache.h Gharial rewrite in C++ (#5631) 2018-08-09 09:30:04 +02:00
GraphManager.cpp Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
GraphManager.h Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
GraphOperations.cpp Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
GraphOperations.h Bug fix/gharial deletion of connected edges (#6201) 2018-08-23 18:52:06 +02:00
NeighborsEnumerator.cpp Bug fix devel/bfs filter vertices (#4752) 2018-03-08 09:06:15 +01:00
NeighborsEnumerator.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
PathEnumerator.cpp for some reasons fortify complained about these parts (#5777) 2018-07-05 09:38:03 +02:00
PathEnumerator.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
ShortestPathFinder.h Replaced the velocypack ConstantDistance ShortestPath API by a StringRef & TraverserCache version. This should be save for RocksDB. This commit fails in ClusterMode. 2017-04-12 14:21:53 +02:00
ShortestPathOptions.cpp issue 389.8: remove redundant function from Methods, convert Syncer API to user TRI_ocbase_t& wherever possible (#5408) 2018-05-22 16:10:24 +03:00
ShortestPathOptions.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
ShortestPathPriorityQueue.h Renamed PriorityQueue => ShortestPathPriorityQueue 2017-04-05 16:12:47 +02:00
ShortestPathResult.cpp Feature/mmfiles hash lookup performance (#3265) 2017-09-26 14:48:06 +02:00
ShortestPathResult.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
SingleServerEdgeCursor.cpp allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
SingleServerEdgeCursor.h allow master & slave to work in parallel for RocksDB WAL tailing (#6059) 2018-08-03 13:37:53 +02:00
SingleServerTraverser.cpp Bug fix devel/bfs filter vertices (#4752) 2018-03-08 09:06:15 +01:00
SingleServerTraverser.h No access collections Improvements (#3190) 2017-09-07 14:55:07 +02:00
Traverser.cpp Bug fix devel/bfs filter vertices (#4752) 2018-03-08 09:06:15 +01:00
Traverser.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
TraverserCache.cpp remove methods from VelocyPackHelper that are also in VPackSlice (#5946) 2018-07-25 09:01:29 +02:00
TraverserCache.h Bug fix/sparse graph register warning (#3569) 2017-11-10 14:33:15 +01:00
TraverserCacheFactory.cpp Bug fix/sparse graph register warning (#3569) 2017-11-10 14:33:15 +01:00
TraverserCacheFactory.h Bug fix/sparse graph register warning (#3569) 2017-11-10 14:33:15 +01:00
TraverserDocumentCache.cpp fix issues found by codescan (#3870) 2017-12-06 10:44:19 +01:00
TraverserDocumentCache.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00
TraverserOptions.cpp Reduce planning time of high depth Traversals (#3942) 2017-12-08 15:45:08 +01:00
TraverserOptions.h add missing override specifiers, add final specifiers 2018-05-04 09:01:50 +02:00