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)