Struct vegafusion_sql::dialect::transforms::utc_timestamp_to_str::UtcTimestampToStrDuckDBTransformer
source · pub struct UtcTimestampToStrDuckDBTransformer;Expand description
Convert utc_timestamp_to_str(ts, tz) -> strftime(ts AT TIME ZONE ‘UTC’ AT TIME ZONE tz,, ‘%Y-%m-%dT%H:%M:%S.%g’)) or if tz == ‘UTC’ strftime(ts, ‘%Y-%m-%dT%H:%M:%S.%g’)
Implementations§
source§impl UtcTimestampToStrDuckDBTransformer
impl UtcTimestampToStrDuckDBTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for UtcTimestampToStrDuckDBTransformer
impl Clone for UtcTimestampToStrDuckDBTransformer
source§fn clone(&self) -> UtcTimestampToStrDuckDBTransformer
fn clone(&self) -> UtcTimestampToStrDuckDBTransformer
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