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

Function test_cartesProduct

tests/unit/test_execution_plan_clone.c:211–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void test_cartesProduct() {
212 const char **queries = array_new(const char *, 1);
213 array_append(queries, "MATCH (a), (b) RETURN a, b");
214
215 validate_query_plans_clone(queries);
216 array_free(queries);
217}
218
219void test_skipLimitSort() {
220 const char **queries = array_new(const char *, 5);

Callers

nothing calls this directly

Calls 2

array_freeFunction · 0.85

Tested by

no test coverage detected