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

Function AR_EXP_IsOperation

src/arithmetic/arithmetic_expression.c:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63inline bool AR_EXP_IsOperation(const AR_ExpNode *exp) {
64 return exp->type == AR_EXP_OP;
65}
66
67bool AR_EXP_IsAttribute(const AR_ExpNode *exp, char **attr) {
68 ASSERT(exp != NULL);

Callers 12

extractOriginAndRadiusFunction · 0.85
AR_EXP_ReduceToScalarFunction · 0.85
AR_EXP_AggregateFunction · 0.85
AR_EXP_CollectEntitiesFunction · 0.85
AR_EXP_CollectAttributesFunction · 0.85
AR_EXP_ContainsFuncFunction · 0.85
AR_EXP_ContainsVariadicFunction · 0.85
_AR_EXP_ToStringFunction · 0.85
AR_EXP_FreeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected