Make a Transformation that casts a vector of data from type TIA
to a type that can represent nullity TOA
.
If cast fails, fill with TOA
's null value.
Details
TIA | TIA::default() |
float | NaN |
make_cast_inherent in Rust documentation.
Supporting Elements:
Input Domain:
VectorDomain<AtomDomain<TIA>>
Output Domain:
VectorDomain<AtomDomain<TOA>>
Input Metric:
M
Output Metric:
M