MCPcopy 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
34uint32_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_ConcatListFunction · 0.85
SIArray_CompareFunction · 0.85
_FilterTreeToInQueryNodeFunction · 0.85
FilterTree_applyFiltersFunction · 0.85
_RdbSaveSIArrayFunction · 0.85
AR_JOINFunction · 0.85
AR_ANYFunction · 0.85
AR_ALLFunction · 0.85
AR_SINGLEFunction · 0.85
AR_NONEFunction · 0.85
AR_LIST_COMPREHENSIONFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by 3

test_empty_mapFunction · 0.68
test_map_addFunction · 0.68
test_map_removeFunction · 0.68