Struct vegafusion_sql::dialect::transforms::utc_timestamp_to_str::UtcTimestampToStrBigQueryTransformer
source · pub struct UtcTimestampToStrBigQueryTransformer;Expand description
Convert utc_timestamp_to_str(ts, tz) -> format_datetime(‘%Y-%m-%dT%H:%M:%E3S’, datetime(ts, tz))
Implementations§
source§impl UtcTimestampToStrBigQueryTransformer
impl UtcTimestampToStrBigQueryTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for UtcTimestampToStrBigQueryTransformer
impl Clone for UtcTimestampToStrBigQueryTransformer
source§fn clone(&self) -> UtcTimestampToStrBigQueryTransformer
fn clone(&self) -> UtcTimestampToStrBigQueryTransformer
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