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

ASF GitHub Bot commented on ARROW-1473:
---------------------------------------

Github user elahrvivaz commented on the issue:

    https://github.com/apache/arrow/pull/1164
  
    would it make sense to have some of the basic getter/setting methods pulled 
out to the base class with type parameters? or would that be bad for 
performance... i.e.
    ```
    BaseNullableFixedWidthVector<T> {
      public void set(int index, T value);
      public T get(int index);
    }
    ```
    One of the pain points I've experienced is no consistent get/set methods, 
so when working with different vectors they all have to be cast to the exact 
type.


> [JAVA] Create Prototype Code Hierarchy (alt A)
> ----------------------------------------------
>
>                 Key: ARROW-1473
>                 URL: https://issues.apache.org/jira/browse/ARROW-1473
>             Project: Apache Arrow
>          Issue Type: Sub-task
>            Reporter: Jacques Nadeau
>            Assignee: Siddharth Teotia
>              Labels: pull-request-available
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to