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

Function TEST_F

bolt/vector/tests/MayHaveNullsRecursiveTest.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105};
106
107TEST_F(MayHaveNullsRecursiveTest, biasHasNulls) {
108 auto biasVector = vectorMaker_.biasVector(generateIntInputWithNulls());
109
110 ASSERT_TRUE(biasVector->mayHaveNullsRecursive());
111}
112
113TEST_F(MayHaveNullsRecursiveTest, biasNullFree) {
114 auto biasVector = vectorMaker_.biasVector(generateIntInput());

Callers

nothing calls this directly

Calls 7

biasVectorMethod · 0.80
rowVectorMethod · 0.80
dictionaryVectorMethod · 0.80
sequenceVectorMethod · 0.80
mayHaveNullsRecursiveMethod · 0.45
flatVectorNullableMethod · 0.45
setNullMethod · 0.45

Tested by

no test coverage detected