Jihoon Son created TAJO-836:
-------------------------------
Summary: create index support
Key: TAJO-836
URL: https://issues.apache.org/jira/browse/TAJO-836
Project: Tajo
Issue Type: Task
Components: operator/expression, physical operator, planner/optimizer
Reporter: Jihoon Son
Assignee: Jihoon Son
Fix For: 0.9.0
The synopsis is as follows.
{noformat}
CREATE [ UNIQUE ] INDEX [ name ] ON table [ USING method ]
( { column | ( expression ) } [ ASC | DESC ] [ NULLS { FIRST | LAST } ] [,
...] )
[ WHERE predicate ]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)