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

Function AR_EXP_FinalizeAggregations

src/arithmetic/arithmetic_expression.c:721–730  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

719}
720
721SIValue AR_EXP_FinalizeAggregations
722(
723 AR_ExpNode *root,
724 const Record r
725) {
726 ASSERT(root != NULL);
727
728 _AR_EXP_FinalizeAggregations(root);
729 return AR_EXP_Evaluate(root, r);
730}
731
732void AR_EXP_CollectEntities(AR_ExpNode *root, rax *aliases) {
733 if(AR_EXP_IsOperation(root)) {

Callers 1

_handoffFunction · 0.85

Calls 2

AR_EXP_EvaluateFunction · 0.85

Tested by

no test coverage detected