MCPcopy 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
270AR_ExpNode *AR_EXP_NewRecordNode() {
271 return _AR_EXP_InitializeOperand(AR_EXP_BORROW_RECORD);
272}
273
274void AR_SetPrivateData
275(

Calls 1

Tested by

no test coverage detected