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

Function Schema_HasIndices

src/schema/schema.c:339–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339bool Schema_HasIndices
340(
341 const Schema *s
342) {
343 ASSERT(s != NULL);
344
345 return (ACTIVE_FULLTEXT_IDX(s) ||
346 PENDING_FULLTEXT_IDX(s) ||
347 ACTIVE_EXACTMATCH_IDX(s) ||
348 PENDING_EXACTMATCH_IDX(s));
349}
350
351unsigned short Schema_IndexCount
352(

Callers 3

_index_nodeFunction · 0.85
_index_node_with_labelsFunction · 0.85
_index_edgeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected