vmware-archive / quickstep

Quickstep Project
Apache License 2.0
27 stars 13 forks source link

Quickstep date support #170

Closed rogersjeffreyl closed 8 years ago

rogersjeffreyl commented 8 years ago

This PR adds TPCH syntax support for the interval keyword. Quickstep supports the following syntax for interval : interval '1 year'. This PR adds support for an alternative syntax interval '1' year

jianqiao commented 8 years ago

It would be better to support all these keywords:

YEAR
MONTH
DAY
HOUR
MINUTE
SECOND
jianqiao commented 8 years ago

@rogersjeffreyl Hi Rogers: just put a few comments. Also please rebase the commits to resolve the conflicts then I can merge the PR.

jianqiao commented 8 years ago

LGTM. I'll rebase the commits and then merge the PR.