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 |
||
---|---|---|
.. | ||
frontend | ||
interpret | ||
plan | ||
common.cpp | ||
common.hpp | ||
console.cpp | ||
console.hpp | ||
context.hpp | ||
exceptions.hpp | ||
interpreter.cpp | ||
interpreter.hpp | ||
parameters.hpp | ||
path.hpp | ||
typed_value.cpp | ||
typed_value.hpp |