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

Function Index_Type

src/index/index.c:435–442  ·  view source on GitHub ↗

returns index type

Source from the content-addressed store, hash-verified

433
434// returns index type
435IndexType Index_Type
436(
437 const Index idx
438) {
439 ASSERT(idx != NULL);
440
441 return idx->type;
442}
443
444// returns index graph entity type
445GraphEntityType Index_GraphEntityType

Callers 2

_RdbSaveIndexDataFunction · 0.85
_EmitIndexFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected