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

Function GraphContext_GetSchema

src/graph/graphcontext.c:389–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387}
388
389Schema *GraphContext_GetSchema
390(
391 const GraphContext *gc,
392 const char *label,
393 SchemaType t
394) {
395 int id = _GraphContext_GetLabelID(gc, label, t);
396 return GraphContext_GetSchemaByID(gc, id, t);
397}
398
399Schema *GraphContext_AddSchema
400(

Callers 15

_index_operation_deleteFunction · 0.85
_index_operation_createFunction · 0.85
_Constraint_DropFunction · 0.85
_Constraint_CreateFunction · 0.85
AR_SHORTEST_PATHFunction · 0.85
AR_HAS_LABELSFunction · 0.85
_AR_NodeDegreeFunction · 0.85
GraphContext_GetIndexFunction · 0.85

Calls 2

_GraphContext_GetLabelIDFunction · 0.85

Tested by 2

_build_graphFunction · 0.68
_bind_matricesFunction · 0.68