61e28bffd0
Summary: Referring to the TCK failure on: ``` MATCH (a {name: 'Andres'})<-[:FATHER]-(child) RETURN {foo: a.name='Andres', kids: collect(child.name)} ``` In the planner we'd only treat a list|map as a group_by if it contained no aggregations. That's changed so that if a map contains both aggregations and non-aggregations, then non-aggregations are treated as individual group_by expressions. Reviewers: teon.banek Reviewed By: teon.banek Subscribers: buda, pullbot, teon.banek Differential Revision: https://phabricator.memgraph.io/D1004 |
||
---|---|---|
.. | ||
communication | ||
data_structures | ||
database | ||
durability | ||
io/network | ||
mvcc | ||
query | ||
storage | ||
threading | ||
transactions | ||
utils | ||
config.hpp | ||
memgraph_bolt.cpp | ||
version.hpp.in |