pub struct DateTruncTzWithTimestampTruncTransformer;Expand description
Convert date_trunc_tz(part, ts, tz) -> timestamp_trunc(ts, part, tz)
Implementations§
Source§impl DateTruncTzWithTimestampTruncTransformer
impl DateTruncTzWithTimestampTruncTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for DateTruncTzWithTimestampTruncTransformer
impl Clone for DateTruncTzWithTimestampTruncTransformer
Source§fn clone(&self) -> DateTruncTzWithTimestampTruncTransformer
fn clone(&self) -> DateTruncTzWithTimestampTruncTransformer
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 DateTruncTzWithTimestampTruncTransformer
impl RefUnwindSafe for DateTruncTzWithTimestampTruncTransformer
impl Send for DateTruncTzWithTimestampTruncTransformer
impl Sync for DateTruncTzWithTimestampTruncTransformer
impl Unpin for DateTruncTzWithTimestampTruncTransformer
impl UnwindSafe for DateTruncTzWithTimestampTruncTransformer
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