Function polars_core::frame::row::coerce_data_type

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

Coerces a slice of datatypes into a single supertype.