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

Function AST_Enrich

src/ast/ast_enrich.c:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11//------------------------------------------------------------------------------
12
13void AST_Enrich(AST *ast) {
14 /* Directives like CREATE INDEX are not queries. */
15 if(cypher_astnode_type(ast->root) != CYPHER_AST_QUERY) return;
16 AST_AnnotateNamedPaths(ast);
17}

Callers 1

AST_BuildFunction · 0.85

Calls 1

AST_AnnotateNamedPathsFunction · 0.85

Tested by

no test coverage detected