risingwave_expr::expr_context::FRAGMENT_ID

Function try_with

source
pub fn try_with<F, R>(f: F) -> Result<R, ExprError>
where F: FnOnce(&u32) -> R,