Function quackdb_internal::ffi::duckdb_init_set_max_threads
source · pub unsafe extern "C" fn duckdb_init_set_max_threads(
info: *mut c_void,
max_threads: u64
)
Expand description
Sets how many threads can process this table function in parallel (default: 1)
info: The info object max_threads: The maximum amount of threads that can process this table function