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