Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
inline bool AR_EXP_IsOperation(const AR_ExpNode *exp) {
64
return exp->type == AR_EXP_OP;
65
}
66
67
bool AR_EXP_IsAttribute(const AR_ExpNode *exp, char **attr) {
68
ASSERT(exp != NULL);
Callers
12
extractOriginAndRadius
Function · 0.85
_AR_EXP_InplaceRepurposeConstant
Function · 0.85
AR_EXP_ReduceToScalar
Function · 0.85
AR_EXP_Aggregate
Function · 0.85
_AR_EXP_FinalizeAggregations
Function · 0.85
AR_EXP_CollectEntities
Function · 0.85
AR_EXP_CollectAttributes
Function · 0.85
AR_EXP_ContainsAggregation
Function · 0.85
AR_EXP_ContainsFunc
Function · 0.85
AR_EXP_ContainsVariadic
Function · 0.85
_AR_EXP_ToString
Function · 0.85
AR_EXP_Free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected