MCPcopy Create free account
hub / github.com/apache/cloudberry / bmbuildempty

Function bmbuildempty

src/backend/access/bitmap/bitmap.c:166–171  ·  view source on GitHub ↗

* bmbuildempty() -- build an empty bitmap index in the initialization fork */

Source from the content-addressed store, hash-verified

164 * bmbuildempty() -- build an empty bitmap index in the initialization fork
165 */
166void
167bmbuildempty(Relation indexrel)
168{
169 /* initialize meta page and first LOV page for INIT_FORKNUM */
170 _bitmap_init(indexrel, true, true);
171}
172
173/*
174 * bminsert() -- insert an index tuple into a bitmap index.

Callers

nothing calls this directly

Calls 1

_bitmap_initFunction · 0.85

Tested by

no test coverage detected