Type Alias AtTimeZone

Source
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 */);