Struct vegafusion_sql::dialect::transforms::str_to_utc_timestamp::StrToUtcTimestampClickhouseTransformer
source · pub struct StrToUtcTimestampClickhouseTransformer;Expand description
Convert str_to_utc_timestamp(ts, tz) -> toTimeZone(toDateTime(ts, tz), ‘UTC’)
Implementations§
source§impl StrToUtcTimestampClickhouseTransformer
impl StrToUtcTimestampClickhouseTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for StrToUtcTimestampClickhouseTransformer
impl Clone for StrToUtcTimestampClickhouseTransformer
source§fn clone(&self) -> StrToUtcTimestampClickhouseTransformer
fn clone(&self) -> StrToUtcTimestampClickhouseTransformer
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