memgraph/tests
Teon Banek 7278bdff94 Check for aggregation in all Expression types
Summary:
This fixes an issue when aggregations and/or group by expressions
weren't picked up from certain operators. In addition to that, we would
segfault in cases when the `has_aggregation_` is empty. For example,
function calls without arguments: `RETURN PI()`.

Test aggregations inside some operators

Reviewers: florijan, mislav.bradac, buda

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D425
2017-06-06 15:05:43 +02:00
..
benchmark Update the benchmark to commit t1 before starting t2 2017-05-22 10:41:37 +02:00
concurrent Fix Jenkins hang. 2017-05-03 15:58:46 +02:00
data Query stripping now uses a parse tree and differentiates between int literals in a range expression (not stripped) and outside of a range (stripped). 2017-03-08 14:19:55 +01:00
integration Measure times in hardcoded queries 2017-05-30 19:47:35 +02:00
manual Query - plan - cost estimator basic. REPL mods 2017-06-02 12:44:17 +02:00
stress First stress test version. 2017-05-31 15:31:33 +02:00
unit Check for aggregation in all Expression types 2017-06-06 15:05:43 +02:00
client-stress.sh Started network refactorization. 2017-03-06 13:52:34 +01:00
CMakeLists.txt gbenchmark reports are generated inside build/test_results/benchmark 2016-12-23 09:58:26 +01:00