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 moreAuto Trait Implementations§
impl Freeze for MakeUtcTimestampPostgresTransformer
impl RefUnwindSafe for MakeUtcTimestampPostgresTransformer
impl Send for MakeUtcTimestampPostgresTransformer
impl Sync for MakeUtcTimestampPostgresTransformer
impl Unpin for MakeUtcTimestampPostgresTransformer
impl UnwindSafe for MakeUtcTimestampPostgresTransformer
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more