Struct vegafusion_sql::dialect::transforms::str_to_utc_timestamp::StrToUtcTimestampSnowflakeTransformer
source · pub struct StrToUtcTimestampSnowflakeTransformer;Expand description
Convert str_to_utc_timestamp(ts, tz) -> convert_timezone(tz, ‘UTC’, CAST(ts as timestamp_ntz)) or if tz = ‘UTC’ CAST(ts as timestamp_ntz)
Implementations§
source§impl StrToUtcTimestampSnowflakeTransformer
impl StrToUtcTimestampSnowflakeTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for StrToUtcTimestampSnowflakeTransformer
impl Clone for StrToUtcTimestampSnowflakeTransformer
source§fn clone(&self) -> StrToUtcTimestampSnowflakeTransformer
fn clone(&self) -> StrToUtcTimestampSnowflakeTransformer
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 more