Skip to main content

any_values_to_supertype

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