[ 
https://issues.apache.org/jira/browse/ARROW-1860?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wes McKinney updated ARROW-1860:
--------------------------------
    Comment: was deleted

(was: I’m out of the office for vacation, followed by the SAS Winter Holiday 
until Tuesay January 2nd 2018.

-Brian

On Nov 26, 2017, at 11:45 AM, Wes McKinney (JIRA) <j...@apache.org> wrote:

EXTERNAL

Wes McKinney created ARROW-1860:
-----------------------------------

            Summary: [C++] Add data structure to "stage" a sequence of IPC 
messages from in-memory data
                Key: ARROW-1860
                URL: https://issues.apache.org/jira/browse/ARROW-1860
            Project: Apache Arrow
         Issue Type: New Feature
         Components: C++
           Reporter: Wes McKinney


Currently, when you need to pre-allocate space for a record batch or a stream 
(schema + dictionaries + record batches), you must make multiple passes over 
the data structures of interest (and use e.g. {{MockOutputStream}} to compute 
the size of the output buffer). It would be useful to make a single pass to 
"prepare" the IPC payload for both sizing and writing to prevent having to make 
multiple passes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
)

> [C++] Add data structure to "stage" a sequence of IPC messages from in-memory 
> data
> ----------------------------------------------------------------------------------
>
>                 Key: ARROW-1860
>                 URL: https://issues.apache.org/jira/browse/ARROW-1860
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Wes McKinney
>             Fix For: 0.9.0
>
>         Attachments: text.html
>
>
> Currently, when you need to pre-allocate space for a record batch or a stream 
> (schema + dictionaries + record batches), you must make multiple passes over 
> the data structures of interest (and use e.g. {{MockOutputStream}} to compute 
> the size of the output buffer). It would be useful to make a single pass to 
> "prepare" the IPC payload for both sizing and writing to prevent having to 
> make multiple passes



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to