Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ AR_EXP_NewRecordNode
Function
AR_EXP_NewRecordNode
src/arithmetic/arithmetic_expression.c:270–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
}
269
270
AR_ExpNode *AR_EXP_NewRecordNode() {
271
return _AR_EXP_InitializeOperand(AR_EXP_BORROW_RECORD);
272
}
273
274
void AR_SetPrivateData
275
(
Callers
2
_AR_ExpNodeFromComprehensionFunction
Function · 0.85
_AR_ExpNodeFromReduceFunction
Function · 0.85
Calls
1
_AR_EXP_InitializeOperand
Function · 0.85
Tested by
no test coverage detected