Hyunsik Choi created TAJO-437:
---------------------------------
Summary: Timestamp literal support
Key: TAJO-437
URL: https://issues.apache.org/jira/browse/TAJO-437
Project: Tajo
Issue Type: Sub-task
Components: operator/expression, parser
Reporter: Hyunsik Choi
Priority: Minor
Timestamp literal represents timestamp constant. It has the following bnf
grammar.
{code}
<timestamp literal> ::= TIMESTAMP <timestamp string>
<timestamp string> ::= <quote> <unquoted timestamp string> <quote>
{code}
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)