Struct vegafusion_sql::dialect::transforms::to_utc_timestamp::ToUtcTimestampBigQueryTransform
source · pub struct ToUtcTimestampBigQueryTransform;Expand description
Convert to_utc_timestamp(ts, tz) -> timestamp(CAST(ts as DATETIME), tz) or if tz = ‘UTC’ ts
Implementations§
source§impl ToUtcTimestampBigQueryTransform
impl ToUtcTimestampBigQueryTransform
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for ToUtcTimestampBigQueryTransform
impl Clone for ToUtcTimestampBigQueryTransform
source§fn clone(&self) -> ToUtcTimestampBigQueryTransform
fn clone(&self) -> ToUtcTimestampBigQueryTransform
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 ToUtcTimestampBigQueryTransform
impl RefUnwindSafe for ToUtcTimestampBigQueryTransform
impl Send for ToUtcTimestampBigQueryTransform
impl Sync for ToUtcTimestampBigQueryTransform
impl Unpin for ToUtcTimestampBigQueryTransform
impl UnwindSafe for ToUtcTimestampBigQueryTransform
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