pub unsafe extern "C" fn duckdb_init_set_max_threads(
info: duckdb_init_info,
max_threads: idx_t,
)
Expand description
Sets how many threads can process this table function in parallel (default: 1)
@param info The info object @param max_threads The maximum amount of threads that can process this table function