Struct vegafusion_sql::dialect::transforms::date_part_tz::DatePartTzWithDatePartAndAtTimezoneTransformer
source · pub struct DatePartTzWithDatePartAndAtTimezoneTransformer { /* private fields */ }Expand description
Convert date_part_tz(part, ts, tz) -> date_part(part, ts AT TIME ZONE ‘UTC’ AT TIME ZONE tz) or if tz = ‘UTC’ date_part(part, ts)
Implementations§
source§impl DatePartTzWithDatePartAndAtTimezoneTransformer
impl DatePartTzWithDatePartAndAtTimezoneTransformer
pub fn new_dyn(naive_timestamps: bool) -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for DatePartTzWithDatePartAndAtTimezoneTransformer
impl Clone for DatePartTzWithDatePartAndAtTimezoneTransformer
source§fn clone(&self) -> DatePartTzWithDatePartAndAtTimezoneTransformer
fn clone(&self) -> DatePartTzWithDatePartAndAtTimezoneTransformer
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 DatePartTzWithDatePartAndAtTimezoneTransformer
impl Send for DatePartTzWithDatePartAndAtTimezoneTransformer
impl Sync for DatePartTzWithDatePartAndAtTimezoneTransformer
impl Unpin for DatePartTzWithDatePartAndAtTimezoneTransformer
impl UnwindSafe for DatePartTzWithDatePartAndAtTimezoneTransformer
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