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