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

Function TEST_F

bolt/vector/tests/DecodedVectorTest.cpp:482–495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482TEST_F(DecodedVectorTest, flat) {
483 testFlat<int8_t>();
484 testFlat<int16_t>();
485 testFlat<int32_t>();
486 testFlat<int64_t>();
487 testFlat<bool>();
488 testFlat<int64_t>(10010, DECIMAL(10, 4));
489 testFlat<int128_t>(10010, DECIMAL(25, 19));
490 // TODO: ValueGenerator doesn't support floats.
491 // testFlat<float>();
492 testFlat<double>();
493
494 testFlat<StringView>();
495}
496
497namespace {
498struct NonPOD {

Callers

nothing calls this directly

Calls 15

DECIMALFunction · 0.85
testConstantNullFunction · 0.85
ARRAYFunction · 0.85
MAPFunction · 0.85
ROWFunction · 0.85
testConstantFunction · 0.85
buildFunction · 0.85
wrapInDictionaryFunction · 0.85
isLazyNotLoadedFunction · 0.85
makeNullsFunction · 0.85
makeIndicesInReverseFunction · 0.85
isDictionaryFunction · 0.85

Tested by

no test coverage detected