Skip to contents

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).

Usage

make_cast(input_domain, input_metric, .TOA)

Arguments

input_domain

undocumented

input_metric

undocumented

.TOA

Atomic Output Type to cast into

Value

Transformation

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