You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2016/12/28 15:30:58 UTC

[jira] [Updated] (ARROW-338) [C++] Refactor IPC vector "loading" and "unloading" to be based on cleaner visitor pattern

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

Wes McKinney updated ARROW-338:
-------------------------------
    Assignee: Wes McKinney

PR: https://github.com/apache/arrow/pull/256

> [C++] Refactor IPC vector "loading" and "unloading" to be based on cleaner visitor pattern
> ------------------------------------------------------------------------------------------
>
>                 Key: ARROW-338
>                 URL: https://issues.apache.org/jira/browse/ARROW-338
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Wes McKinney
>            Assignee: Wes McKinney
>
> The logic for obtaining buffers and metaata from each array is currently somewhat self-contained in {{arrow/ipc/adapter.cc}} -- this is somewhat inflexible. See the interface used in the Java implementation: https://github.com/apache/arrow/blob/master/java/vector/src/main/java/org/apache/arrow/vector/FieldVector.java#L52
> This may be better implemented using virtual functions and the visitor pattern, which may yield better user-extensibility in the future



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