Commits


Kenta Murata authored and Wes McKinney committed 16b2a44be2b
ARROW-9156: [C++] Reducing the code size of the tensor module To reduce the size of libarrow.so, I'd like to reduce the size of tensor and sparse tensor codes. TODO: - [x] Stop using template parameters in Tensor to SparseTensor converters - [x] Stop using template parameters in SparseTensor to Tensor converters Closes #7539 from mrkn/ARROW-9156 Authored-by: Kenta Murata <mrkn@mrkn.jp> Signed-off-by: Wes McKinney <wesm@apache.org>