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