Struct vegafusion_sql::dialect::transforms::str_to_utc_timestamp::StrToUtcTimestampClickhouseTransformer
source · 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 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