MCPcopy Create free account
hub / github.com/documentdb/documentdb / RumGetMultiKeyStatusSlow

Function RumGetMultiKeyStatusSlow

pg_documentdb/src/index_am/rum.c:1459–1466  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1457
1458
1459static bool
1460RumGetMultiKeyStatusSlow(Relation indexRelation)
1461{
1462 EnsureRumLibLoaded();
1463 IndexMultiKeyStatus multiKeyStatus = CheckIndexHasArrays(indexRelation,
1464 &rum_index_routine);
1465 return multiKeyStatus == IndexMultiKeyStatus_HasArrays;
1466}
1467
1468
1469static bool

Callers 1

Calls 2

EnsureRumLibLoadedFunction · 0.85
CheckIndexHasArraysFunction · 0.85

Tested by

no test coverage detected