You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Eric Burden (Jira)" <ji...@apache.org> on 2021/03/30 21:52:00 UTC

[jira] [Created] (ARROW-12160) [Rust] Add an `into_inner()` method to ipc::writer::StreamWriter

Eric Burden created ARROW-12160:
-----------------------------------

             Summary: [Rust] Add an `into_inner()` method to ipc::writer::StreamWriter
                 Key: ARROW-12160
                 URL: https://issues.apache.org/jira/browse/ARROW-12160
             Project: Apache Arrow
          Issue Type: Improvement
          Components: Rust
    Affects Versions: 4.0.0
            Reporter: Eric Burden
            Assignee: Eric Burden


Add an `into_inner()` method to ipc::writer::StreamWriter, allowing users to recover the underlying writer, consuming the StreamWriter. Essentially exposes `into_inner()` from the BufWriter contained in the StreamWriter.



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