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

Method addInput

bolt/exec/tests/DriverTest.cpp:688–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686 for (int32_t i = 0; i < kNumTasks; ++i) {
687 params[i].planNode = makeValuesFilterProject(
688 rowType_,
689 "m1 % 10 > 0",
690 "m1 % 3 + m2 % 5 + m3 % 7 + m4 % 11 + m5 % 13 + m6 % 17 + m7 % 19",
691 200,
692 2'000,
693 [](int64_t num) { return num % 10 > 0; },

Callers 7

generateSortedVectorsMethod · 0.45
makeExpectedResultsMethod · 0.45
TEST_FFunction · 0.45
generateSortedVectorsMethod · 0.45
makeExpectedResultsMethod · 0.45
TEST_FFunction · 0.45
DEBUG_ONLY_TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected