Function polars_core::frame::row::coerce_dtype

source ยท
pub fn coerce_dtype<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.