Wes McKinney created ARROW-8966:
-----------------------------------
Summary: [C++] Move arrow::ArrayData to a separate header file
Key: ARROW-8966
URL: https://issues.apache.org/jira/browse/ARROW-8966
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Wes McKinney
Fix For: 1.0.0
There are code modules (such as compute kernels) that only require ArrayData
for doing computations, so pulling in all the code in array.h is not necessary.
There are probably other code paths that might benefit from this also.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)