MCPcopy Create free account
hub / github.com/apache/arrow / FillBitMap

Method FillBitMap

cpp/src/gandiva/bitmap_accumulator_test.cc:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38};
39
40void TestBitMapAccumulator::FillBitMap(uint8_t* bmap, uint32_t seed, int nbytes) {
41 ::arrow::random_bytes(nbytes, seed, bmap);
42}
43
44void TestBitMapAccumulator::ByteWiseIntersectBitMaps(
45 uint8_t* dst, const std::vector<const uint8_t*>& srcs,

Callers

nothing calls this directly

Calls 1

random_bytesFunction · 0.50

Tested by

no test coverage detected