pub fn make_to_timestamp_ms_ntz_udf() -> ScalarUDFExpand description
to_timestamp_ms_ntz(millis) — INT64 milliseconds since epoch → timezone-naive
microsecond timestamp (Timestamp(µs, None)), the tz-naive counterpart of
make_to_timestamp_ms_udf.