pub struct StrToUtcTimestampMySqlTransformer;Expand description
Convert str_to_utc_timestamp(ts, tz) -> convert_timezone(timestamp(ts), tz, ‘UTC’) or if tz = ‘UTC’ timestamp(ts)
Implementations§
Source§impl StrToUtcTimestampMySqlTransformer
impl StrToUtcTimestampMySqlTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for StrToUtcTimestampMySqlTransformer
impl Clone for StrToUtcTimestampMySqlTransformer
Source§fn clone(&self) -> StrToUtcTimestampMySqlTransformer
fn clone(&self) -> StrToUtcTimestampMySqlTransformer
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 StrToUtcTimestampMySqlTransformer
impl RefUnwindSafe for StrToUtcTimestampMySqlTransformer
impl Send for StrToUtcTimestampMySqlTransformer
impl Sync for StrToUtcTimestampMySqlTransformer
impl Unpin for StrToUtcTimestampMySqlTransformer
impl UnwindSafe for StrToUtcTimestampMySqlTransformer
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