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