pub struct ToUtcTimestampWithAtTimeZoneTransformer;Expand description
Convert to_utc_timestamp(ts, tz) -> ts AT TIME ZONE tz AT TIME ZONE ‘UTC’ or if tz = ‘UTC’ ts
Implementations§
Source§impl ToUtcTimestampWithAtTimeZoneTransformer
impl ToUtcTimestampWithAtTimeZoneTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for ToUtcTimestampWithAtTimeZoneTransformer
impl Clone for ToUtcTimestampWithAtTimeZoneTransformer
Source§fn clone(&self) -> ToUtcTimestampWithAtTimeZoneTransformer
fn clone(&self) -> ToUtcTimestampWithAtTimeZoneTransformer
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 ToUtcTimestampWithAtTimeZoneTransformer
impl RefUnwindSafe for ToUtcTimestampWithAtTimeZoneTransformer
impl Send for ToUtcTimestampWithAtTimeZoneTransformer
impl Sync for ToUtcTimestampWithAtTimeZoneTransformer
impl Unpin for ToUtcTimestampWithAtTimeZoneTransformer
impl UnwindSafe for ToUtcTimestampWithAtTimeZoneTransformer
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