Skip to main content

infer_from_values

Function infer_from_values 

Source
pub fn infer_from_values<T>(
    ca: &StringChunked,
    infer: impl FnMut(&str) -> Option<T>,
) -> Option<T>
Expand description

Scan the non-null values for the first that infer accepts.