You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Gurwinder Singh (Jira)" <ji...@apache.org> on 2020/01/13 16:53:00 UTC

[jira] [Created] (ARROW-7560) [Rust] Reduce Rc/Refcell usage

Gurwinder Singh created ARROW-7560:
--------------------------------------

             Summary: [Rust] Reduce Rc/Refcell usage 
                 Key: ARROW-7560
                 URL: https://issues.apache.org/jira/browse/ARROW-7560
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
            Reporter: Gurwinder Singh


Reduce Rc/Refcell usage and move towards more idiomatic Rust code. Rc/Refcell is usually seen as an escape hatch from the borrow checker. There are other refinements that can be done later (such TypePtr, SchemeDescPtr).



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