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

Function AR_PATH_RELATIONSHIPS

src/arithmetic/path_funcs/path_funcs.c:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273SIValue AR_PATH_RELATIONSHIPS(SIValue *argv, int argc, void *private_data) {
274 if(SI_TYPE(argv[0]) == T_NULL) return SI_NullVal();
275 return SIPath_Relationships(argv[0]);
276}
277
278SIValue AR_PATH_LENGTH(SIValue *argv, int argc, void *private_data) {
279 if(SI_TYPE(argv[0]) == T_NULL) return SI_NullVal();

Callers

nothing calls this directly

Calls 2

SI_NullValFunction · 0.85
SIPath_RelationshipsFunction · 0.85

Tested by

no test coverage detected