Struct vegafusion_sql::dialect::transforms::str_to_utc_timestamp::StrToUtcTimestampWithFunctionTransformer
source · pub struct StrToUtcTimestampWithFunctionTransformer { /* private fields */ }Expand description
Convert str_to_utc_timestamp(ts, tz) -> function_name(ts, tz)
Implementations§
source§impl StrToUtcTimestampWithFunctionTransformer
impl StrToUtcTimestampWithFunctionTransformer
pub fn new_dyn(function_name: &str) -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for StrToUtcTimestampWithFunctionTransformer
impl Clone for StrToUtcTimestampWithFunctionTransformer
source§fn clone(&self) -> StrToUtcTimestampWithFunctionTransformer
fn clone(&self) -> StrToUtcTimestampWithFunctionTransformer
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 StrToUtcTimestampWithFunctionTransformer
impl Send for StrToUtcTimestampWithFunctionTransformer
impl Sync for StrToUtcTimestampWithFunctionTransformer
impl Unpin for StrToUtcTimestampWithFunctionTransformer
impl UnwindSafe for StrToUtcTimestampWithFunctionTransformer
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