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

Function extension_amgetbitmap

pg_documentdb/src/index_am/rum.c:1249–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247
1248
1249static int64
1250extension_amgetbitmap(IndexScanDesc scan, TIDBitmap *tbm)
1251{
1252 EnsureRumLibLoaded();
1253 return extension_rumgetbitmap_core(scan, tbm, &rum_index_routine);
1254}
1255
1256
1257int64

Callers

nothing calls this directly

Calls 2

EnsureRumLibLoadedFunction · 0.85

Tested by

no test coverage detected