memgraph/tests/unit
Kruno Tomola Fabro 5a42e15c4a Alpha version of label indexes.
Squashed messages from 9 commits:

9.
Properties now uses PropertyFamily and contained classes.
Fetching,seting,clearing properties can be done with PropertyFamilyKey or PropertyTypeKey.
Hierarchy of newly added clases is:
Vertices -n-> PropertyFamily {name: String} <-1-n-> PropertyType {type: Property::Flags}
Edges -n-> PropertyFamily {name: String} <-1-n-> PropertyType {type: Property::Flags}

PropertyFamilyKey -> PropertyType
PropertyTypeKey -> PropertyType

PropertyType t0,t1;
let t0!=t1 be true
let t0.family==t1.family be true

then next is true
PropertyTypeKey{&t0}!=PropertyTypeKey{&t1}
PropertyFamilyKey{&t0}==PropertyFamilyKey{&t1}
PropertyFamilyKey{&t0}==PropertyTypeKey{&t1}
PropertyTypeKey{&t0}==PropertyFamilyKey{&t1}

8.
Intermedate commit.
Noticed that integration queries throw SEGFAULT.

7.
Defined interface for indexes.
Fixed three memory leaks.
Fixed integration_queries test which now passes.

6.
Commit which return Xorshift128plus to valid shape.

5.
Tmp commit.

4.
Label Index is compiling.

3.
tmp

2.
Vertex::Accessor now updates Label index.

1.
Applied changes for code review.
2016-08-18 15:34:36 +01:00
..
chunked_decoder.cpp First integration almost done. BOLT still doesn't work as expected, problem is only serialization order. 2016-08-11 04:47:30 +01:00
chunked_encoder.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
concurrent_list.cpp Alpha version of label indexes. 2016-08-18 15:34:36 +01:00
concurrent_map.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
concurrent_set.cpp Database interface refactor. 2016-08-15 00:09:58 +01:00
cypher_state_machine.cpp A lot of work on query_engine. Still in progress! 2016-07-24 03:47:48 +01:00
cypher_traversal.cpp cypher parser update 2016-07-09 19:05:02 +01:00
db_index.cpp.todo some header files are splitted (WORK IN PROGRESS) 2016-07-05 13:20:33 +01:00
dynamic_bitset.cpp concurrent and unit tests, concurrently linked list test (not production ready linked list :)) 2016-06-06 23:57:16 +02:00
dynamic_lib.cpp.todo some header files are splitted (WORK IN PROGRESS) 2016-07-05 13:20:33 +01:00
lockfree_hashmap.cpp concurrent and unit tests, concurrently linked list test (not production ready linked list :)) 2016-06-06 23:57:16 +02:00
parameter_index.cpp A lot of work on query_engine. Still in progress! 2016-07-24 03:47:48 +01:00
rh_hashmap.cpp Started adding remove methods. 2016-08-10 20:02:54 +01:00
rh_hashmultimap.cpp Refactored 2016-08-11 14:08:11 +01:00
template_engine.cpp some new header + source files (vertices, vertex_accessor, properties), first version of Index works, skiplist<T> + concurrent_set + concurrent_map (still has to be finished) 2016-07-05 04:01:22 +01:00