Struct vegafusion_sql::dialect::transforms::to_utc_timestamp::ToUtcTimestampSnowflakeTransform
source · pub struct ToUtcTimestampSnowflakeTransform;Expand description
Convert to_utc_timestamp(ts, tz) -> CONVERT_TIMEZONE(tz, ‘UTC’, ts) or if tz = ‘UTC’ ts
Implementations§
source§impl ToUtcTimestampSnowflakeTransform
impl ToUtcTimestampSnowflakeTransform
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for ToUtcTimestampSnowflakeTransform
impl Clone for ToUtcTimestampSnowflakeTransform
source§fn clone(&self) -> ToUtcTimestampSnowflakeTransform
fn clone(&self) -> ToUtcTimestampSnowflakeTransform
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 ToUtcTimestampSnowflakeTransform
impl RefUnwindSafe for ToUtcTimestampSnowflakeTransform
impl Send for ToUtcTimestampSnowflakeTransform
impl Sync for ToUtcTimestampSnowflakeTransform
impl Unpin for ToUtcTimestampSnowflakeTransform
impl UnwindSafe for ToUtcTimestampSnowflakeTransform
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