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 moreAuto Trait Implementations§
impl RefUnwindSafe for UtcTimestampToStrDuckDBTransformer
impl Send for UtcTimestampToStrDuckDBTransformer
impl Sync for UtcTimestampToStrDuckDBTransformer
impl Unpin for UtcTimestampToStrDuckDBTransformer
impl UnwindSafe for UtcTimestampToStrDuckDBTransformer
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