Function mz_adapter::load_remote_system_parameters

source ·
pub async fn load_remote_system_parameters(
    storage: &mut Box<dyn OpenableDurableCatalogState>,
    system_parameter_sync_config: Option<SystemParameterSyncConfig>,
    system_parameter_sync_timeout: Duration
) -> Result<Option<BTreeMap<String, String>>, AdapterError>