risingwave_frontend::expr::function_impl::context::AUTH_CONTEXT

Function sync_scope

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