pub struct DateToUtcTimestampClickhouseTransformer;Expand description
Convert date_to_utc_timestamp(ts, tz) -> toTimeZone(toDateTime(ts, tz), ‘UTC’)
Implementations§
Source§impl DateToUtcTimestampClickhouseTransformer
impl DateToUtcTimestampClickhouseTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for DateToUtcTimestampClickhouseTransformer
impl Clone for DateToUtcTimestampClickhouseTransformer
Source§fn clone(&self) -> DateToUtcTimestampClickhouseTransformer
fn clone(&self) -> DateToUtcTimestampClickhouseTransformer
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 DateToUtcTimestampClickhouseTransformer
impl RefUnwindSafe for DateToUtcTimestampClickhouseTransformer
impl Send for DateToUtcTimestampClickhouseTransformer
impl Sync for DateToUtcTimestampClickhouseTransformer
impl Unpin for DateToUtcTimestampClickhouseTransformer
impl UnwindSafe for DateToUtcTimestampClickhouseTransformer
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