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)

Reply via email to