Hyunsik Choi created TAJO-2132:
----------------------------------
Summary: Implement Index operator to access an element of array
value
Key: TAJO-2132
URL: https://issues.apache.org/jira/browse/TAJO-2132
Project: Tajo
Issue Type: Sub-task
Components: Data Type, Expression
Reporter: Hyunsik Choi
Assignee: Hyunsik Choi
Fix For: 0.12.0
Index operator can be used as
{code}
select col1[0] from table1;
{code}
It will get an element value from a array value.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)