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

Method maxDrivers

bolt/exec/tests/DriverTest.cpp:995–1000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993 if (nullFunction()) {
994 Operator::noMoreInput();
995 }
996 }
997
998 Operator::noMoreInput();
999 }
1000
1001 RowVectorPtr getOutput() override {
1002 if (throwingMethod_ == ThrowNode::OperatorMethod::kGetOutput) {
1003 // Trigger a std::bad_function_call exception.

Callers 15

expectedChecksumsMethod · 0.45
runTestMethod · 0.45
DEBUG_ONLY_TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
DEBUG_ONLY_TEST_FFunction · 0.45
DEBUG_ONLY_TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected