You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/02/25 20:20:20 UTC

[jira] [Created] (PHOENIX-75) Add documentation on website describing ARRAY support

James Taylor created PHOENIX-75:
-----------------------------------

             Summary: Add documentation on website describing ARRAY support
                 Key: PHOENIX-75
                 URL: https://issues.apache.org/jira/browse/PHOENIX-75
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 3.0.0
            Reporter: James Taylor
            Assignee: ramkrishna.s.vasudevan
             Fix For: 3.0.0


We have some nice support for ARRAY now, so we need a one-pager on our web site so folks know how to use it and the limitations:
- declaration of an ARRAY in CREATE ddl statement
- UPSERT of an entire array
- SELECT of an entire array
- SELECT of an element using my_array[one_based_position] notation
- a built-in function for the length of the array: ARRAY_LENGTH(my_array)
- JDBC support for ARRAY related functions




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