You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2013/12/26 05:49:50 UTC

[jira] [Resolved] (TAJO-439) Time literal support

     [ https://issues.apache.org/jira/browse/TAJO-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jihoon Son resolved TAJO-439.
-----------------------------

    Resolution: Fixed

I've just committed the patch.
Thanks for your contribution!

> Time literal support
> --------------------
>
>                 Key: TAJO-439
>                 URL: https://issues.apache.org/jira/browse/TAJO-439
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: operator/expression, parser
>            Reporter: Hyunsik Choi
>            Assignee: DaeMyung Kang
>            Priority: Minor
>             Fix For: 0.8-incubating
>
>         Attachments: TAJO-439-2.patch, TAJO-439.patch
>
>
> Time literal represents a time literal value. Its BNF grammar is as follows:
> {code}
> <time literal>    ::=   TIME <time string>
> <time string>    ::=   <quote> <unquoted time string> <quote>
> <unquoted time string>    ::=   <time value> [ <time zone interval> ]
> <time zone interval>    ::=   <sign> <hours value> <colon> <minutes value>
> {code}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)