Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ QueryGraph_NodeCount
Function
QueryGraph_NodeCount
src/graph/query_graph.c:715–720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
}
714
715
uint QueryGraph_NodeCount
716
(
717
const QueryGraph *qg
718
) {
719
return array_len(qg->nodes);
720
}
721
722
// retrieve the number of edges in a QueryGraph
723
uint QueryGraph_EdgeCount
Callers
15
AlgebraicExpression_FromQueryGraph
Function · 0.85
QueryGraph_ExtractPaths
Function · 0.85
QueryGraph_ExtractPatterns
Function · 0.85
QueryGraph_MergeGraphs
Function · 0.85
QueryGraph_GetNodeByAlias
Function · 0.85
QueryGraph_Clone
Function · 0.85
QueryGraph_RemoveNode
Function · 0.85
QueryGraph_ConnectedComponents
Function · 0.85
QueryGraph_MatrixRepresentation
Function · 0.85
QueryGraph_Print
Function · 0.85
QueryGraph_Free
Function · 0.85
IsAcyclicGraph
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
4
contains_node
Function · 0.68
test_QueryGraphClone
Function · 0.68
test_QueryGraphRemoveEntities
Function · 0.68
test_QueryGraphExtractSubGraph
Function · 0.68