You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2013/12/19 16:18:07 UTC

[jira] [Created] (TAJO-438) Date literal support

Hyunsik Choi created TAJO-438:
---------------------------------

             Summary: Date literal support
                 Key: TAJO-438
                 URL: https://issues.apache.org/jira/browse/TAJO-438
             Project: Tajo
          Issue Type: Sub-task
          Components: operator/expression, parser
            Reporter: Hyunsik Choi


Date literal represents a date type literal value. It's BNF grammar as follows:
{code}
<date literal>    ::=   DATE <date string>
<date string>    ::=   <quote> <unquoted date string> <quote>
{code}



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)