Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedisGraph/RedisGraph
/ SIArray_Length
Function
SIArray_Length
src/datatypes/array.c:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
uint32_t SIArray_Length(SIValue siarray) {
35
return array_len(siarray.array);
36
}
37
38
/**
39
* @brief Returns true if any of the types in
't'
are contained in the array
Callers
15
SIValue_ConcatList
Function · 0.85
SIArray_Compare
Function · 0.85
_FilterTreeToInQueryNode
Function · 0.85
FilterTree_applyFilters
Function · 0.85
_ResultSet_CompactReplyWithSIArray
Function · 0.85
_RdbSaveSIArray
Function · 0.85
AR_JOIN
Function · 0.85
AR_ANY
Function · 0.85
AR_ALL
Function · 0.85
AR_SINGLE
Function · 0.85
AR_NONE
Function · 0.85
AR_LIST_COMPREHENSION
Function · 0.85
Calls
1
array_len
Function · 0.85
Tested by
3
test_empty_map
Function · 0.68
test_map_add
Function · 0.68
test_map_remove
Function · 0.68