Struct vegafusion_sql::dialect::transforms::utc_timestamp_to_epoch_ms::UtcTimestampToEpochMsPostgresTransform
source · pub struct UtcTimestampToEpochMsPostgresTransform;Expand description
Convert utc_timestamp_to_epoch_ms(ts) -> floor(extract(epoch from ts) * 1000)
Implementations§
source§impl UtcTimestampToEpochMsPostgresTransform
impl UtcTimestampToEpochMsPostgresTransform
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for UtcTimestampToEpochMsPostgresTransform
impl Clone for UtcTimestampToEpochMsPostgresTransform
source§fn clone(&self) -> UtcTimestampToEpochMsPostgresTransform
fn clone(&self) -> UtcTimestampToEpochMsPostgresTransform
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 UtcTimestampToEpochMsPostgresTransform
impl Send for UtcTimestampToEpochMsPostgresTransform
impl Sync for UtcTimestampToEpochMsPostgresTransform
impl Unpin for UtcTimestampToEpochMsPostgresTransform
impl UnwindSafe for UtcTimestampToEpochMsPostgresTransform
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