pub struct DateAddTzWithAtTimeZoneIntervalTransformer;Expand description
Convert date_add_tz(part, n, ts, tz) -> ts AT TIME ZONE ‘UTC’ AT TIME ZONE tz + Interval ‘{n} {part}’ AT TIME ZONE tz AT TIME ZONE ‘UTC’ or if tz = ‘UTC’ tz + Interval ‘{n} {part}’
Implementations§
Source§impl DateAddTzWithAtTimeZoneIntervalTransformer
impl DateAddTzWithAtTimeZoneIntervalTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for DateAddTzWithAtTimeZoneIntervalTransformer
impl Clone for DateAddTzWithAtTimeZoneIntervalTransformer
Source§fn clone(&self) -> DateAddTzWithAtTimeZoneIntervalTransformer
fn clone(&self) -> DateAddTzWithAtTimeZoneIntervalTransformer
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DateAddTzWithAtTimeZoneIntervalTransformer
impl RefUnwindSafe for DateAddTzWithAtTimeZoneIntervalTransformer
impl Send for DateAddTzWithAtTimeZoneIntervalTransformer
impl Sync for DateAddTzWithAtTimeZoneIntervalTransformer
impl Unpin for DateAddTzWithAtTimeZoneIntervalTransformer
impl UnwindSafe for DateAddTzWithAtTimeZoneIntervalTransformer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more