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