You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2019/11/07 18:50:00 UTC

[jira] [Created] (ARROW-7091) [C++] Move all factories to type_fwd.h

Antoine Pitrou created ARROW-7091:
-------------------------------------

             Summary: [C++] Move all factories to type_fwd.h
                 Key: ARROW-7091
                 URL: https://issues.apache.org/jira/browse/ARROW-7091
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
    Affects Versions: 0.15.1
            Reporter: Antoine Pitrou
             Fix For: 1.0.0


There's no particular reason why parameter-less factories are in {{type_fwd.h}}, but the others in their respective implementation headers. By putting more factories in {{type_fwd.h}}, we may be able to avoid importing the heavier headers in some places.



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