Struct vegafusion_sql::dialect::transforms::make_utc_timestamp::MakeUtcTimestampSnowflakeTransformer
source · pub struct MakeUtcTimestampSnowflakeTransformer;Expand description
Convert make_utc_timestamp(Y, M, d, h, m, s, ms, tz) -> convert_timezone(tz, ‘UTC’, timestamp_ntz_from_parts(Y, M, d, h, m, s, ms * 1000000)) or if tz = ‘UTC’ timestamp_ntz_from_parts(Y, M, d, h, m, s, ms * 1000000)
Implementations§
source§impl MakeUtcTimestampSnowflakeTransformer
impl MakeUtcTimestampSnowflakeTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for MakeUtcTimestampSnowflakeTransformer
impl Clone for MakeUtcTimestampSnowflakeTransformer
source§fn clone(&self) -> MakeUtcTimestampSnowflakeTransformer
fn clone(&self) -> MakeUtcTimestampSnowflakeTransformer
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