risingwave_frontend::expr::function_impl::context::META_CLIENT

Function sync_scope

source
pub fn sync_scope<F, R>(value: Arc<dyn FrontendMetaClient>, f: F) -> R
where F: FnOnce() -> R,