You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (JIRA)" <ji...@apache.org> on 2015/07/28 09:16:04 UTC

[jira] [Commented] (SPARK-9390) Create an array abstract class ArrayData and a default implementation backed by Array[Object]

    [ https://issues.apache.org/jira/browse/SPARK-9390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14643969#comment-14643969 ] 

Apache Spark commented on SPARK-9390:
-------------------------------------

User 'cloud-fan' has created a pull request for this issue:
https://github.com/apache/spark/pull/7724

> 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
>
> {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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org