You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Liya Fan (JIRA)" <ji...@apache.org> on 2019/08/07 02:49:00 UTC

[jira] [Created] (ARROW-6155) [Java] Extract a super interface for vectors whose elements reside in continuous memory segments

Liya Fan created ARROW-6155:
-------------------------------

             Summary: [Java] Extract a super interface for vectors whose elements reside in continuous memory segments
                 Key: ARROW-6155
                 URL: https://issues.apache.org/jira/browse/ARROW-6155
             Project: Apache Arrow
          Issue Type: New Feature
            Reporter: Liya Fan
            Assignee: Liya Fan


For vectors whose data elements reside in continuous memory segments, they should implement a common super interface. This will avoid unnecessary code branches.

For now, such vectors include fixed-width vectors and variable-width vectors. In the future, there can be more vectors included.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)