Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ QGNode_LabelCount
Function
QGNode_LabelCount
src/graph/entities/qg_node.c:67–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
inline uint QGNode_LabelCount
68
(
69
const QGNode *n
70
) {
71
ASSERT(n != NULL);
72
73
return array_len(n->labels);
74
}
75
76
int QGNode_GetLabelID
77
(
Callers
15
_AlgebraicExpression_RemoveRedundentOperands
Function · 0.85
_AlgebraicExpression_ExpandNodeOperand
Function · 0.85
_AlgebraicExpression_OperandFromEdge
Function · 0.85
_AlgebraicExpression_FromPath
Function · 0.85
QueryGraph_MatrixRepresentation
Function · 0.85
QGNode_GetLabelID
Function · 0.85
QGNode_GetLabel
Function · 0.85
QGNode_HasLabel
Function · 0.85
QGNode_ToString
Function · 0.85
TraverseOrder_LabelsScore
Function · 0.85
reduce_scan_op
Function · 0.85
reduce_cond_op
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
1
compare_nodes
Function · 0.68