Type Alias AtTimeZone

Source
pub type AtTimeZone<Lhs, Rhs> = Grouped<AtTimeZone<Lhs, AsExprOf<Rhs, VarChar>>>;
Available on crate feature postgres_backend only.
Expand description

The return type of expr.at_time_zone(tz)

Aliased Typeยง

pub struct AtTimeZone<Lhs, Rhs>(/* private fields */);