MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setMaxNumThreadForExec

Method setMaxNumThreadForExec

src/main/connection.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38void Connection::setMaxNumThreadForExec(uint64_t numThreads) {
39 dbLifeCycleManager->checkDatabaseClosedOrThrow();
40 clientContext->setMaxNumThreadForExec(numThreads);
41}
42
43uint64_t Connection::getMaxNumThreadForExec() {
44 dbLifeCycleManager->checkDatabaseClosedOrThrow();

Callers 5

BenchmarkMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

Tested by 3

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36