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

Function TEST_F

cpp/src/arrow/util/bitmap_test.cc:204–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202};
203
204TEST_F(TestBitmapUInt64Reader, Empty) {
205 for (const int64_t offset : kTestOffsets) {
206 // Does not access invalid memory
207 BitmapUInt64Reader reader(nullptr, offset, 0);
208 ASSERT_EQ(reader.position(), 0);
209 ASSERT_EQ(reader.length(), 0);
210 }
211}
212
213TEST_F(TestBitmapUInt64Reader, Small) {
214 auto buffer = BitmapFromString(

Callers

nothing calls this directly

Calls 13

BitmapFromStringFunction · 0.85
NullBitmapMethod · 0.80
push_backMethod · 0.80
end_offsetMethod · 0.80
resizeMethod · 0.80
SetBitsToFunction · 0.70
random_bytesFunction · 0.50
positionMethod · 0.45
lengthMethod · 0.45
mutable_dataMethod · 0.45
BooleanMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected