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

Function TEST_P

bolt/exec/tests/HashTableTest.cpp:620–623  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

618};
619
620TEST_P(HashTableTest, int2DenseArray) {
621 auto type = ROW({"k1", "k2"}, {BIGINT(), BIGINT()});
622 testCycle(BaseHashTable::HashMode::kArray, 500, 2, type, 2);
623}
624
625TEST_P(HashTableTest, string1DenseArray) {
626 auto type = ROW({"k1"}, {VARCHAR()});

Callers

nothing calls this directly

Calls 15

ROWFunction · 0.85
hashModeMethod · 0.80
isRangeMethod · 0.80
mayUseValueIdsMethod · 0.80
backMethod · 0.80
setValidRangeMethod · 0.80
updateBoundsMethod · 0.80
rehashSizeMethod · 0.80
childAtMethod · 0.80
prepareJoinTableMethod · 0.80
createFunction · 0.50
poolFunction · 0.50

Tested by

no test coverage detected