[master < T1110] Add merge optimization to expand dynamically during runtime (#1110)

This commit is contained in:
Josipmrden
2023-09-08 17:12:25 +02:00
committed by GitHub
parent bd1852f407
commit 07dea328d8
29 changed files with 2164 additions and 1905 deletions

View File

@@ -208,7 +208,7 @@ TYPED_TEST(TriggerContextTest, ValidObjectsTest) {
auto out_edges = vertex.OutEdges(memgraph::storage::View::OLD);
ASSERT_TRUE(out_edges.HasValue());
for (auto edge : *out_edges) {
for (auto edge : out_edges->edges) {
trigger_context_collector.RegisterSetObjectProperty(edge, dba.NameToProperty("PROPERTY1"),
memgraph::query::TypedValue("Value"),
memgraph::query::TypedValue("ValueNew"));