Make a Transformation that casts a vector of data from type TIA
to type TOA
.
For each element, failure to parse results in None
, else Some(out)
.
Details
Can be chained with make_impute_constant
or make_drop_null
to handle nullity.
make_cast in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<TIA>>
Output Domain:
VectorDomain<OptionDomain<AtomDomain<TOA>>>
Input Metric:
M
Output Metric:
M