Skip to content
Snippets Groups Projects
Commit 39b1e36f authored by Daoyuan Wang's avatar Daoyuan Wang Committed by Davies Liu
Browse files

[SPARK-11396] [SQL] add native implementation of datetime function to_unix_timestamp

`to_unix_timestamp` is the deterministic version of `unix_timestamp`, as it accepts at least one parameters.

Since the behavior here is quite similar to `unix_timestamp`, I think the dataframe API is not necessary here.

Author: Daoyuan Wang <daoyuan.wang@intel.com>

Closes #9347 from adrian-wang/to_unix_timestamp.
parent e49e7233
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment