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

Function Index_GraphEntityType

src/index/index.c:445–452  ·  view source on GitHub ↗

returns index graph entity type

Source from the content-addressed store, hash-verified

443
444// returns index graph entity type
445GraphEntityType Index_GraphEntityType
446(
447 const Index idx
448) {
449 ASSERT(idx != NULL);
450
451 return idx->entity_type;
452}
453
454// returns number of fields indexed
455uint Index_FieldsCount

Callers 2

Index_PopulateFunction · 0.85
_EmitIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected