Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ AR_EXP_ResolveVariables
Function
AR_EXP_ResolveVariables
src/arithmetic/arithmetic_expression.c:405–408 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
403
}
404
405
void AR_EXP_ResolveVariables(AR_ExpNode *root, const Record r) {
406
_AR_EXP_ResolveVariables(root, r);
407
AR_EXP_ReduceToScalar(root, true, NULL);
408
}
409
410
static bool _AR_EXP_ValidateInvocation
411
(
Callers
1
_FilterTree_ResolveVariables
Function · 0.85
Calls
2
_AR_EXP_ResolveVariables
Function · 0.85
AR_EXP_ReduceToScalar
Function · 0.85
Tested by
no test coverage detected