pub fn utf8_to_date32<O>(from: &Utf8Array<O>) -> PrimitiveArray<i32> where
O: Offset,
This is supported on crate feature
compute_cast
only.Expand description
Casts a Utf8Array
to a Date32 primitive, making any uncastable value a Null.