MCPcopy 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
405void AR_EXP_ResolveVariables(AR_ExpNode *root, const Record r) {
406 _AR_EXP_ResolveVariables(root, r);
407 AR_EXP_ReduceToScalar(root, true, NULL);
408}
409
410static bool _AR_EXP_ValidateInvocation
411(

Callers 1

Calls 2

_AR_EXP_ResolveVariablesFunction · 0.85
AR_EXP_ReduceToScalarFunction · 0.85

Tested by

no test coverage detected