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

Function _AST_UpdateRefMap

src/ast/ast_build_reference_map.c:26–28  ·  view source on GitHub ↗

Adds an identifier or an alias to the reference map.

Source from the content-addressed store, hash-verified

24
25// Adds an identifier or an alias to the reference map.
26static inline void _AST_UpdateRefMap(AST *ast, const char *name) {
27 raxInsert(ast->referenced_entities, (unsigned char *)name, strlen(name), NULL, NULL);
28}
29
30// Map identifiers within an expression.
31static void _AST_MapExpression(AST *ast, const cypher_astnode_t *exp) {

Calls

no outgoing calls

Tested by

no test coverage detected