Skip to main content

duckdb_config_option_set_default_scope

Function duckdb_config_option_set_default_scope 

Source
pub unsafe extern "C" fn duckdb_config_option_set_default_scope(
    option: duckdb_config_option,
    default_scope: duckdb_config_option_scope,
)
Expand description

Sets the default scope of the configuration option. If not set, this defaults to DUCKDB_CONFIG_OPTION_SCOPE_SESSION.

@param option The configuration option instance. @param default_scope The default scope to set.