pub fn utf8_to_date32<O: Offset>(from: &Utf8Array<O>) -> PrimitiveArray<i32>
Casts a Utf8Array to a Date32 primitive, making any uncastable value a Null.
Utf8Array