Struct vegafusion_sql::dialect::transforms::str_to_utc_timestamp::StrToUtcTimestampWithFunctionTransformer
source · pub struct StrToUtcTimestampWithFunctionTransformer { /* private fields */ }Expand description
Convert str_to_utc_timestamp(ts, tz) -> function_name(ts, tz)
Implementations§
source§impl StrToUtcTimestampWithFunctionTransformer
impl StrToUtcTimestampWithFunctionTransformer
pub fn new_dyn(function_name: &str) -> Arc<dyn FunctionTransformer>
Trait Implementations§
source§impl Clone for StrToUtcTimestampWithFunctionTransformer
impl Clone for StrToUtcTimestampWithFunctionTransformer
source§fn clone(&self) -> StrToUtcTimestampWithFunctionTransformer
fn clone(&self) -> StrToUtcTimestampWithFunctionTransformer
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