pub fn to_timestamp(args: &[ColumnarValue]) -> Result<ColumnarValue>
Expand description

to_timestamp SQL function

Note: to_timestamp returns Timestamp(Nanosecond) though its arguments are interpreted as seconds. The supported range for integer input is between -9223372037 and 9223372036. Supported range for string input is between 1677-09-21T00:12:44.0 and 2262-04-11T23:47:16.0. Please use to_timestamp_seconds for the input outside of supported bounds.