Commits


Kenta Murata authored and Wes McKinney committed fad461f04cd
ARROW-6319: [C++] Move the core of NumericTensor<T>::Value() to Tensor::Value<T>() Like NumericTensor, I'd like to enable element-wise access in Tensor. Closes #5160 from mrkn/ARROW-6319 and squashes the following commits: 12f444f5c <Kenta Murata> Tweak the description of Tensor::Value() 4b60f4e83 <Kenta Murata> Add a unit test of Tensor::Value() 156668a86 <Kenta Murata> Move the core of NumericTensor<T>::Value() to Tensor::Value<T>() Authored-by: Kenta Murata <mrkn@mrkn.jp> Signed-off-by: Wes McKinney <wesm+git@apache.org>