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