memgraph/src/query
Teon Banek ab53cbb0c3 Embed Python and import modules into global interpreter
Summary:
This only imports the `.py` files into the global interpreter. These
modules are not exposed to query execution. A later diff will add that
support.

Reviewers: mferencevic, ipaljak

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2660
2020-02-10 11:06:08 +01:00
..
frontend Clean-up utils/hashing 2020-01-28 10:40:43 +01:00
interpret Remove old storage types 2020-01-23 14:32:33 +01:00
plan Clean-up utils/hashing 2020-01-28 10:40:43 +01:00
procedure Embed Python and import modules into global interpreter 2020-02-10 11:06:08 +01:00
CMakeLists.txt Embed Python and import modules into global interpreter 2020-02-10 11:06:08 +01:00
common.cpp Make query execution work with storage_v2 2019-09-12 10:22:00 +02:00
common.hpp Remove old storage types 2020-01-23 14:32:33 +01:00
context.hpp Remove old storage types 2020-01-23 14:32:33 +01:00
db_accessor.hpp Remove MG_SINGLE_NODE_V2 define 2020-01-23 17:24:33 +01:00
dump.cpp Remove MG_SINGLE_NODE_V2 define 2020-01-23 17:24:33 +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 Clean-up utils/hashing 2020-01-28 10:40:43 +01:00
interpreter.hpp Clean-up utils/hashing 2020-01-28 10:40:43 +01:00
parameters.hpp Remove old storage types 2020-01-23 14:32:33 +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 Clean-up utils/hashing 2020-01-28 10:40:43 +01:00
typed_value.hpp Remove old storage types 2020-01-23 14:32:33 +01:00