Uploaded image for project: 'Apache Arrow'
  1. Apache Arrow
  2. ARROW-2460

[Rust] Schema and DataType::Struct should use Vec<Rc<Field>>

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Invalid
    • None
    • 0.13.0
    • Rust
    • None

    Description

      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.

      Attachments

        Activity

          People

            andygrove Andy Grove
            andygrove Andy Grove
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: