Thalweg · API reference ← Main docs

make_to_timestamp_ms_ntz_udf

Function make_to_timestamp_ms_ntz_udf 

Source
pub fn make_to_timestamp_ms_ntz_udf() -> ScalarUDF
Expand 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.