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

Function Index_FieldsCount

src/index/index.c:455–462  ·  view source on GitHub ↗

returns number of fields indexed

Source from the content-addressed store, hash-verified

453
454// returns number of fields indexed
455uint Index_FieldsCount
456(
457 const Index idx
458) {
459 ASSERT(idx != NULL);
460
461 return array_len(idx->fields);
462}
463
464// returns indexed fields
465const IndexField *Index_GetFields

Callers 5

_RdbSaveExactMatchIndexFunction · 0.85
_applicableFilterFunction · 0.85
_EmitIndexFunction · 0.85

Calls 1

array_lenFunction · 0.85

Tested by

no test coverage detected