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

Function tbm_is_empty

src/backend/nodes/tidbitmap.c:696–700  ·  view source on GitHub ↗

* tbm_is_empty - is a TIDBitmap completely empty? */

Source from the content-addressed store, hash-verified

694 * tbm_is_empty - is a TIDBitmap completely empty?
695 */
696bool
697tbm_is_empty(const TIDBitmap *tbm)
698{
699 return (tbm->nentries == 0);
700}
701
702/*
703 * tbm_begin_iterate - prepare to iterate through a TIDBitmap

Callers 2

startScanEntryFunction · 0.85
MultiExecBitmapAndFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected