pub type AtTimeZone<Lhs, Rhs> = Grouped<AtTimeZone<Lhs, AsExprOf<Rhs, VarChar>>>;
Expand description
The return type of expr.at_time_zone(tz)
Aliased Typeยง
struct AtTimeZone<Lhs, Rhs>(/* private fields */);
pub type AtTimeZone<Lhs, Rhs> = Grouped<AtTimeZone<Lhs, AsExprOf<Rhs, VarChar>>>;
The return type of expr.at_time_zone(tz)
struct AtTimeZone<Lhs, Rhs>(/* private fields */);