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

Function TEST_F

bolt/vector/tests/VectorTest.cpp:1028–1033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1026}
1027
1028TEST_F(VectorTest, createInt) {
1029 testFlat<TypeKind::BIGINT>(BIGINT(), vectorSize_);
1030 testFlat<TypeKind::INTEGER>(INTEGER(), vectorSize_);
1031 testFlat<TypeKind::SMALLINT>(SMALLINT(), vectorSize_);
1032 testFlat<TypeKind::TINYINT>(TINYINT(), vectorSize_);
1033}
1034
1035TEST_F(VectorTest, createDouble) {
1036 testFlat<TypeKind::REAL>(REAL(), vectorSize_);

Callers

nothing calls this directly

Calls 15

DECIMALFunction · 0.85
getOrCreateEmptyFunction · 0.85
UNKNOWNFunction · 0.85
createAllNullsVectorFunction · 0.85
allocateNullsFunction · 0.85
wrapInDictionaryFunction · 0.85
makeNullsFunction · 0.85
ROWFunction · 0.85
nanFunction · 0.85
ARRAYFunction · 0.85
MAPFunction · 0.85
UnknownValueClass · 0.85

Tested by

no test coverage detected