risingwave_expr::expr_context::TIME_ZONE

Function sync_scope

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