You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jorge (Jira)" <ji...@apache.org> on 2020/09/22 15:27:00 UTC

[jira] [Created] (ARROW-10065) [Rust] DRY downcasted Arrays

Jorge created ARROW-10065:
-----------------------------

             Summary: [Rust] DRY downcasted Arrays
                 Key: ARROW-10065
                 URL: https://issues.apache.org/jira/browse/ARROW-10065
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Jorge
            Assignee: Jorge


Currently, we have a significant amount of repeated code to cover slight variations of downcasted arrays:
 * BinaryArray
 * LargeBinaryArray
 * ListArray
 * StringArray
 * LargeStringArray

The goal of this issue is to clean up repeated code around.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)