Andy Grove created ARROW-2460: --------------------------------- Summary: [Rust] Schema and DataType::Struct should use Vec<Rc<Field>> Key: ARROW-2460 URL: https://issues.apache.org/jira/browse/ARROW-2460 Project: Apache Arrow Issue Type: Improvement Reporter: Andy Grove Fix For: 0.10.0
Currently we use Vec<Field> instead of Vec<Rc<Field>> which is resulting in having to clone fields in some use cases, which could be expensive for structs. -- This message was sent by Atlassian JIRA (v7.6.3#76005)