MCPcopy Create free account
hub / github.com/bytedance/bolt / testFlat

Method testFlat

bolt/vector/tests/VectorTest.cpp:254–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253 template <TypeKind KIND>
254 void testFlat(TypePtr type, vector_size_t size) {
255 testFlat<KIND>(type, size, false);
256 testFlat<KIND>(type, size, true);
257 }
258
259 template <TypeKind KIND>
260 void testFlat(TypePtr type, vector_size_t size, bool withNulls) {

Callers

nothing calls this directly

Calls 15

rawNullsMethod · 0.80
createFunction · 0.50
poolFunction · 0.50
StringViewClass · 0.50
getMethod · 0.45
sizeMethod · 0.45
valuesMethod · 0.45
nullsMethod · 0.45
resizeMethod · 0.45
capacityMethod · 0.45
setNullMethod · 0.45
isNullAtMethod · 0.45

Tested by

no test coverage detected