memgraph/tests
florijan c22ac38ea2 GraphDbAccessor - label+property index cardinalities for exact value and value ranges
Summary:
- added functionality to `GraphDbAccessor` for cardinality estimates
- changed all `GraphDbAccessor::Count...` functions to return `int64_t`
- added the need functionality into `LabelPropertyIndex`
- modified `SkipList::position_and_count` to accept a custom `equals` function. Equality could not be implemented using only the custom `less` because it compares a templated `TItem` with skiplist element type `T`, and is therefore not symetrical.

Reviewers: teon.banek, buda, mislav.bradac

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D521
2017-07-06 10:22:19 +02:00
..
benchmark Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
concurrent Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
data Remember token positions for literals 2017-06-13 17:11:27 +02:00
drivers Python driver test. 2017-06-12 15:53:43 +02:00
integration Use GLogger instead of broken memgraph Logger. 2017-06-21 15:33:24 +02:00
manual GraphDbAccessor - label+property index cardinalities for exact value and value ranges 2017-07-06 10:22:19 +02:00
property_based Property based tests registration. 2017-07-04 11:06:10 +02:00
qa Credit Card Fraud Detection Gist 2017-06-29 16:27:49 +02:00
stress Credit Card Fraud Detection Gist 2017-06-29 16:27:49 +02:00
unit GraphDbAccessor - label+property index cardinalities for exact value and value ranges 2017-07-06 10:22:19 +02:00
client-stress.sh Started network refactorization. 2017-03-06 13:52:34 +01:00
CMakeLists.txt Added rapidcheck 2017-06-30 16:26:21 +02:00