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

Method getMaxNumThreadForExec

src/main/connection.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43uint64_t Connection::getMaxNumThreadForExec() {
44 dbLifeCycleManager->checkDatabaseClosedOrThrow();
45 return clientContext->getMaxNumThreadForExec();
46}
47
48std::unique_ptr<PreparedStatement> Connection::prepare(std::string_view query) {
49 dbLifeCycleManager->checkDatabaseClosedOrThrow();

Callers 6

TEST_FFunction · 0.45
TEST_FFunction · 0.45
getFrontierTaskFunction · 0.45
runVertexComputeMethod · 0.45

Calls 1

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36