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

Function DatumStreamBitMap_Size

src/include/utils/datumstreamblock.h:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 */
262
263static inline int32
264DatumStreamBitMap_Size(
265 int32 bitCount)
266{
267 return ((bitCount + 7) >> 3);
268}
269
270static inline int32
271DatumStreamBitMap_CountOn(

Calls

no outgoing calls

Tested by

no test coverage detected