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