Function catalog::system_schema::utils::running_mode

source ยท
pub fn running_mode(
    catalog_manager: &Weak<dyn CatalogManager>,
) -> Result<Option<Mode>>
Expand description

Try to get the server running mode from [CatalogManager] weak reference.