risingwave_expr::expr_context::VNODE_COUNT

Function try_with

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