You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Hyunsik Choi (JIRA)" <ji...@apache.org> on 2016/04/21 23:07:13 UTC

[jira] [Created] (TAJO-2132) Implement Index operator to access an element of array value

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)