MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / test_union

Function test_union

tests/unit/test_execution_plan_clone.c:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271void test_union() {
272 const char **queries = array_new(const char *, 1);
273 array_append(queries, "MATCH (n) RETURN n UNION MATCH (n) RETURN n");
274
275 validate_query_plans_clone(queries);
276 array_free(queries);
277}
278
279TEST_LIST = {
280 {"createClause", test_createClause},

Callers

nothing calls this directly

Calls 2

array_freeFunction · 0.85

Tested by

no test coverage detected