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

Function AR_EXP_GetFuncName

src/arithmetic/arithmetic_expression.c:912–917  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912inline const char *AR_EXP_GetFuncName(const AR_ExpNode *exp) {
913 ASSERT(exp != NULL);
914 ASSERT(exp->type == AR_EXP_OP);
915
916 return exp->op.f->name;
917}
918
919AR_ExpNode *AR_EXP_Clone(AR_ExpNode *exp) {
920 if(exp == NULL) return NULL;

Callers 8

isInFilterFunction · 0.85
extractOriginAndRadiusFunction · 0.85
AR_EXP_IsAttributeFunction · 0.85
AR_EXP_CollectAttributesFunction · 0.85
AR_EXP_ContainsFuncFunction · 0.85
_AR_EXP_ToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected