pub fn utf8_to_date32<O: Offset>(from: &Utf8Array<O>) -> PrimitiveArray<i32>
Available on crate feature compute_cast only.
Expand description

Casts a Utf8Array to a Date32 primitive, making any uncastable value a Null.