[ 
https://issues.apache.org/jira/browse/SPARK-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Reynold Xin resolved SPARK-9390.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

> Create an array abstract class ArrayData and a default implementation backed 
> by Array[Object]
> ---------------------------------------------------------------------------------------------
>
>                 Key: SPARK-9390
>                 URL: https://issues.apache.org/jira/browse/SPARK-9390
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>            Assignee: Wenchen Fan
>             Fix For: 1.5.0
>
>
> {code}
> interface ArrayData implements SpecializedGetters {
>   int numElements();
>   int sizeInBytes();
> }
> {code}
> We should also add to SpecializedGetters a method to get array, i.e.
> {code}
> interface SpecializedGetters {
>   ...
>   ArrayData getArray(int ordinal);
>   ...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to