You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/07/18 22:01:00 UTC

[jira] [Created] (ARROW-5983) [C++] Provide bulk method on TypedBufferBuilder for appending a bitmap

Wes McKinney created ARROW-5983:
-----------------------------------

             Summary: [C++] Provide bulk method on TypedBufferBuilder<bool> for appending a bitmap
                 Key: ARROW-5983
                 URL: https://issues.apache.org/jira/browse/ARROW-5983
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Wes McKinney


We have {{TypedBufferBuilder<bool>::UnsafeAppend}} for an array of bytes (where non-zero becomes 1), but it would be useful to have also {{UnsafeAppendBits}} so that bitmaps coming from {{arrow::Array}} can also be appended 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)