risingwave_expr::expr_context::TIME_ZONE

Function try_with

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