risingwave_frontend::expr::function_impl::context::SEARCH_PATH

Function sync_scope

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