Struct vegafusion_sql::dialect::transforms::to_utc_timestamp::ToUtcTimestampWithAtTimeZoneTransformer
source · pub struct ToUtcTimestampWithAtTimeZoneTransformer;Expand description
Convert to_utc_timestamp(ts, tz) -> ts AT TIME ZONE tz AT TIME ZONE ‘UTC’ or if tz = ‘UTC’ ts
Implementations§
source§impl ToUtcTimestampWithAtTimeZoneTransformer
impl ToUtcTimestampWithAtTimeZoneTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for ToUtcTimestampWithAtTimeZoneTransformer
impl Clone for ToUtcTimestampWithAtTimeZoneTransformer
source§fn clone(&self) -> ToUtcTimestampWithAtTimeZoneTransformer
fn clone(&self) -> ToUtcTimestampWithAtTimeZoneTransformer
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