Struct vegafusion_sql::dialect::transforms::utc_timestamp_to_str::UtcTimestampToStrBigQueryTransformer
source · pub struct UtcTimestampToStrBigQueryTransformer;Expand description
Convert utc_timestamp_to_str(ts, tz) -> format_datetime(‘%Y-%m-%dT%H:%M:%E3S’, datetime(ts, tz))
Implementations§
source§impl UtcTimestampToStrBigQueryTransformer
impl UtcTimestampToStrBigQueryTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for UtcTimestampToStrBigQueryTransformer
impl Clone for UtcTimestampToStrBigQueryTransformer
source§fn clone(&self) -> UtcTimestampToStrBigQueryTransformer
fn clone(&self) -> UtcTimestampToStrBigQueryTransformer
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 UtcTimestampToStrBigQueryTransformer
impl Send for UtcTimestampToStrBigQueryTransformer
impl Sync for UtcTimestampToStrBigQueryTransformer
impl Unpin for UtcTimestampToStrBigQueryTransformer
impl UnwindSafe for UtcTimestampToStrBigQueryTransformer
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