risingwave_frontend::expr::function_impl::context::DB_NAME

Function try_with

source
pub(in expr::function_impl) fn try_with<F, R>(
    f: F,
) -> Result<R, ExprError>
where F: FnOnce(&String) -> R,