pub fn infer_from_values<T>(
ca: &ChunkedArray<StringType>,
infer: impl FnMut(&str) -> Option<T>,
) -> Option<T>Available on crate feature
temporal only.Expand description
Scan the non-null values for the first that infer accepts.