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

Function readBitmapset

src/backend/nodes/readfuncs.c:265–269  ·  view source on GitHub ↗

* for use by extensions which define extensible nodes */

Source from the content-addressed store, hash-verified

263 * for use by extensions which define extensible nodes
264 */
265Bitmapset *
266readBitmapset(void)
267{
268 return _readBitmapset();
269}
270
271/*
272 * _readQuery

Callers

nothing calls this directly

Calls 1

_readBitmapsetFunction · 0.70

Tested by

no test coverage detected