Function polars::frame::row::coerce_data_type

source ·
pub fn coerce_data_type<A>(datatypes: &[A]) -> DataType
where A: Borrow<DataType>,
Available on crate features rows or object only.
Expand description

Coerces a slice of datatypes into a single supertype.