| 892 | int GetCpuThreadPoolCapacity() { return internal::GetCpuThreadPool()->GetCapacity(); } |
| 893 | |
| 894 | Status SetCpuThreadPoolCapacity(int threads) { |
| 895 | return internal::GetCpuThreadPool()->SetCapacity(threads); |
| 896 | } |
| 897 | |
| 898 | } // namespace arrow |
nothing calls this directly
no test coverage detected