pub struct DatePartTzWithFromUtcAndDatePartTransformer;Expand description
Convert date_part_tz(part, ts, tz) -> date_part(part, from_utc_timestamp(ts, tz)) or if tz = ‘UTC’ date_part(part, ts)
Implementations§
Source§impl DatePartTzWithFromUtcAndDatePartTransformer
impl DatePartTzWithFromUtcAndDatePartTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for DatePartTzWithFromUtcAndDatePartTransformer
impl Clone for DatePartTzWithFromUtcAndDatePartTransformer
Source§fn clone(&self) -> DatePartTzWithFromUtcAndDatePartTransformer
fn clone(&self) -> DatePartTzWithFromUtcAndDatePartTransformer
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 DatePartTzWithFromUtcAndDatePartTransformer
impl RefUnwindSafe for DatePartTzWithFromUtcAndDatePartTransformer
impl Send for DatePartTzWithFromUtcAndDatePartTransformer
impl Sync for DatePartTzWithFromUtcAndDatePartTransformer
impl Unpin for DatePartTzWithFromUtcAndDatePartTransformer
impl UnwindSafe for DatePartTzWithFromUtcAndDatePartTransformer
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