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

Function TEST_F

bolt/vector/tests/SimpleVectorTest.cpp:83–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81};
82
83TEST_F(SimpleVectorNonParameterizedTest, ConstantVectorTest) {
84 ExpectedData<int64_t> expected(10, 123456);
85 auto vector =
86 maker_.encodedVector(VectorEncoding::Simple::CONSTANT, expected);
87 assertVectorAndProperties(expected, vector);
88}
89
90TEST_F(SimpleVectorNonParameterizedTest, ConstantVectorTestIsNull) {
91 ExpectedData<int64_t> expected(10, std::nullopt);

Callers

nothing calls this directly

Calls 15

ensureWritableFunction · 0.85
assertIsAsciiFunction · 0.85
encodedVectorMethod · 0.80
invalidateIsAsciiMethod · 0.80
isAsciiMethod · 0.80
computeAndSetIsAsciiMethod · 0.80
has_valueMethod · 0.80
setValidMethod · 0.80
updateBoundsMethod · 0.80
setAllIsAsciiMethod · 0.80
setIsAsciiMethod · 0.80

Tested by

no test coverage detected