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