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