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

Function AST_GetTypedNodes

src/ast/ast.c:369–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

367}
368
369const cypher_astnode_t **AST_GetTypedNodes
370(
371 const cypher_astnode_t *root,
372 cypher_astnode_type_t type
373) {
374 const cypher_astnode_t **nodes = array_new(const cypher_astnode_t *, 0);
375 _AST_GetTypedNodes(&nodes, root, type);
376 return nodes;
377}
378
379void AST_CollectAliases
380(

Callers 6

_Validate_shortest_pathFunction · 0.85
AST_CollectAliasesFunction · 0.85
BuildQueryGraphFunction · 0.85
buildPatternPathOpsFunction · 0.85

Calls 1

_AST_GetTypedNodesFunction · 0.85

Tested by

no test coverage detected