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 more