pub struct EpochMsToUtcTimestampPostgresTransformer;Expand description
Convert epoch_ms_to_utc_timestamp(ms) -> dateadd(millisecond, ms % 1000, to_timestamp(floor(ms / 1000)))
Implementations§
Source§impl EpochMsToUtcTimestampPostgresTransformer
impl EpochMsToUtcTimestampPostgresTransformer
pub fn new_dyn() -> Arc<dyn FunctionTransformer>
Trait Implementations§
Source§impl Clone for EpochMsToUtcTimestampPostgresTransformer
impl Clone for EpochMsToUtcTimestampPostgresTransformer
Source§fn clone(&self) -> EpochMsToUtcTimestampPostgresTransformer
fn clone(&self) -> EpochMsToUtcTimestampPostgresTransformer
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 EpochMsToUtcTimestampPostgresTransformer
impl RefUnwindSafe for EpochMsToUtcTimestampPostgresTransformer
impl Send for EpochMsToUtcTimestampPostgresTransformer
impl Sync for EpochMsToUtcTimestampPostgresTransformer
impl Unpin for EpochMsToUtcTimestampPostgresTransformer
impl UnwindSafe for EpochMsToUtcTimestampPostgresTransformer
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