You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Yibo Cai (Jira)" <ji...@apache.org> on 2021/05/12 09:51:00 UTC

[jira] [Created] (ARROW-12749) [C++] Unnecessary copy cause by constructing RecordBatch/Table/Schema from lvalues

Yibo Cai created ARROW-12749:
--------------------------------

             Summary: [C++] Unnecessary copy cause by constructing RecordBatch/Table/Schema from lvalues
                 Key: ARROW-12749
                 URL: https://issues.apache.org/jira/browse/ARROW-12749
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: Yibo Cai
            Assignee: Yibo Cai


Noticed some codes don't move lvalue augment when constructing RecordBatch/Table/Schema. It may cause unnecessary data copying, especially std::vector<std::shared_ptr> which can be big.



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