hyoungjunkim created TAJO-776:
---------------------------------
Summary: Implements TO_TIMESTAMP() function.
Key: TAJO-776
URL: https://issues.apache.org/jira/browse/TAJO-776
Project: Tajo
Issue Type: Sub-task
Reporter: hyoungjunkim
Priority: Minor
|| Function || Return Type || Description || Example ||
| to_timestamp(text, text) | timestamp | convert string to time stamp |
to_timestamp('05 Dec 2000', 'DD Mon YYYY') |
| to_timestamp(double precision) | timestamp | convert Unix epoch to time stamp
| to_timestamp(1284352323) |
--
This message was sent by Atlassian JIRA
(v6.2#6252)