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 Freeze for UtcTimestampToStrDuckDBTransformer
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