You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jörn Horstmann (Jira)" <ji...@apache.org> on 2021/01/01 10:06:00 UTC

[jira] [Created] (ARROW-11099) [Rust]: Remove unsafe value_slice method from PrimitiveArray and BooleanArray

Jörn Horstmann created ARROW-11099:
--------------------------------------

             Summary: [Rust]: Remove unsafe value_slice method from PrimitiveArray and BooleanArray
                 Key: ARROW-11099
                 URL: https://issues.apache.org/jira/browse/ARROW-11099
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
            Reporter: Jörn Horstmann
            Assignee: Jörn Horstmann


Split out from ARROW-10990 which was the last internal user of that method. The same result can be achieved in a safer way by using `values()[offset..offset+len]`



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