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

Jörn Horstmann updated ARROW-11099:
-----------------------------------
    Description: 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]`. The `raw_values` method in `BooleanArray` is 
also unused and could be removed.  (was: 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]`)

> [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
>            Priority: Major
>
> 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]`. The `raw_values` method in `BooleanArray` is 
> also unused and could be removed.



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

Reply via email to