Struct vegafusion_sql::dialect::transforms::date_part_tz::DatePartTzWithExtractAndAtTimezoneTransformer
source · 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 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