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

Function TEST_P

bolt/exec/tests/HashJoinTest.cpp:1016–1026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014};
1015
1016TEST_P(MultiThreadedHashJoinTest, bigintArray) {
1017 HashJoinBuilder(*pool_, duckDbQueryRunner_, driverExecutor_.get())
1018 .numDrivers(numDrivers_)
1019 .hybridJoin(hybridJoin_)
1020 .keyTypes({BIGINT()})
1021 .probeVectors(1600, 5)
1022 .buildVectors(1500, 5)
1023 .referenceQuery(
1024 "SELECT t_k0, t_data, u_k0, u_data FROM t, u WHERE t.t_k0 = u.u_k0")
1025 .run();
1026}
1027
1028TEST_P(MultiThreadedHashJoinTest, outOfJoinKeyColumnOrder) {
1029 HashJoinBuilder(*pool_, duckDbQueryRunner_, driverExecutor_.get())

Callers

nothing calls this directly

Calls 15

HashJoinBuilderClass · 0.85
taskSpilledStatsFunction · 0.85
memoryManagerFunction · 0.85
wrapInDictionaryFunction · 0.85
maxHashBuildSpillLevelFunction · 0.85
getOutputPositionsFunction · 0.85
PlanBuilderClass · 0.85
asRowTypeFunction · 0.85
numDriversMethod · 0.80
maxSpillLevelMethod · 0.80

Tested by

no test coverage detected