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