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 Freeze for DatePartTzWithDatePartAndAtTimezoneTransformer
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