pub struct DateAddTzBigQueryTransformer;Expand description
Convert date_add_tz(part, n, ts, tz) -> to_utc_timestamp(from_utc_timestamp(ts, tz) + Interval ‘{n} {part}’, tz) or if tz = ‘UTC’ tz + Interval ‘{n} {part}’
Implementations§
source§impl DateAddTzBigQueryTransformer
impl DateAddTzBigQueryTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for DateAddTzBigQueryTransformer
impl Clone for DateAddTzBigQueryTransformer
source§fn clone(&self) -> DateAddTzBigQueryTransformer
fn clone(&self) -> DateAddTzBigQueryTransformer
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 more