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