pub fn utf8_to_naive_timestamp_ns<O: Offset>(
    array: &Utf8Array<O>,
    fmt: &str
) -> PrimitiveArray<i64>
Expand description

Parses a Utf8Array to naive timestamp, i.e. PrimitiveArray<i64> with type Timestamp(Nanosecond, None). Timezones are ignored. Null elements remain null; non-parsable elements are set to null.