Function polars_core::utils::any_values_to_supertype

source ·
pub fn any_values_to_supertype<'a, I>(values: I) -> PolarsResult<DataType>
where I: IntoIterator<Item = &'a AnyValue<'a>>,
Expand description

Determine the supertype of a collection of AnyValue.