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 Freeze for UtcTimestampToEpochMsPostgresTransform
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