memgraph/tests/benchmark/query
Lovro Lugovic 3750fbc093 Merge Interpreter and TransactionEngine
Summary:
Depends on D2471

- Add pointer to storage to `InterpreterContext`
- Rename `operator()` to `Prepare`
- Use `Interpret` instead of `operator()` (`Interpret` will be removed soon)
- Remove the `in_explicit_transaction` parameter
- Remove the memory resource parameter from `Interpret`
- Remove the storage accessor parameter from `Interpret`
- Fix up tests (remove the `Interpreter` from `database_transaction_timeout`)

Reviewers: teon.banek, mferencevic

Reviewed By: teon.banek

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D2482
2019-10-25 16:11:10 +02:00
..
eval.cpp Merge Interpreter and TransactionEngine 2019-10-25 16:11:10 +02:00
execution.cpp Merge Interpreter and TransactionEngine 2019-10-25 16:11:10 +02:00
planner.cpp Make query execution work with storage_v2 2019-09-12 10:22:00 +02:00
profile.cpp Output profiling data within the summary in JSON format 2019-01-17 13:54:06 +01:00
stripped.cpp Move Parsing utils from query/common to frontend/parsing 2019-07-11 12:12:59 +02:00