Files
memgraph/tests/unit
Teon Banek 104fe22f53 Plan ScanAll by using a range index
Summary:
Add optional bounds to PropertyFilter and collect them

Relation operators (e.g. `<`, `>` ...) should be used to produce
scanning the index by a range of values. For that reason, PropertyFilter
is extended to store either the equality expression or range bounds.
The `AnalyzeFilter` function is extended to look for those operators and
see if their top level expression contains a property lookup. If it
does, a filter with a bound is generated.

Test for property comparison preventing index use

Reviewers: florijan, mislav.bradac, buda

Reviewed By: florijan

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D529
2017-07-17 16:34:07 +02:00
..
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-07-12 12:44:11 +02:00
2017-04-07 11:55:10 +02:00
2017-07-12 12:44:11 +02:00
2017-02-19 23:47:09 +01:00
2017-04-20 15:04:48 +02:00