risingwave_frontend::expr::function_impl::context::CATALOG_READER

Function sync_scope

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