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