memgraph/src/query
Matej Ferencevic 10cc831ed2 Implement all edge filters for storage v2
Summary:
Edge filters (edge type and destination vertex) are now handled natively in the
storage API. The API is implemented to be the fastest possible when using the
filters with the assumption that the number of edge types will be small.

Reviewers: teon.banek

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2576
2019-12-04 10:13:28 +01:00
..
frontend Expose explicit Label index creation through Cypher 2019-11-13 16:28:14 +01:00
interpret Add functions for treating character strings as byte strings 2019-11-25 17:03:12 +01:00
plan Fix bug in query module result validation 2019-11-28 16:38:12 +01:00
procedure Rework CallProcedure to validate result sets 2019-11-28 14:58:43 +01:00
common.cpp Make query execution work with storage_v2 2019-09-12 10:22:00 +02:00
common.hpp Add NONEXISTENT_OBJECT error to storage v2 2019-11-15 10:01:22 +01:00
context.hpp Implement query execution timeout 2019-11-25 17:45:40 +01:00
db_accessor.hpp Implement all edge filters for storage v2 2019-12-04 10:13:28 +01:00
dump.cpp Add NONEXISTENT_OBJECT error to storage v2 2019-11-15 10:01:22 +01:00
dump.hpp Make the Cypher dumper a function 2019-11-12 16:01:29 +01:00
exceptions.hpp Implement query execution timeout 2019-11-25 17:45:40 +01:00
interpreter.cpp Implement query execution timeout 2019-11-25 17:45:40 +01:00
interpreter.hpp Implement query execution timeout 2019-11-25 17:45:40 +01:00
parameters.hpp Reduce number of copies in query::Parameters 2019-11-25 11:00:55 +01:00
path.hpp Remove output formatters from vertex/edge accessors 2019-11-20 20:12:19 +01:00
stream.hpp Make the Cypher dumper a function 2019-11-12 16:01:29 +01:00
typed_value.cpp Remove output formatters from vertex/edge accessors 2019-11-20 20:12:19 +01:00
typed_value.hpp Remove output formatters from vertex/edge accessors 2019-11-20 20:12:19 +01:00