Commits


Kenta Murata authored and Antoine Pitrou committed 006d82aa7d1
ARROW-6503: [C++] Add an argument of memory pool object to SparseTensorConverter In this pull-request, I'd like to add an argument of MemoryPool to SparseTensorConverter, and replace SparseTensorImpl's constructors from Tensor with static factory functions. Closes #5707 from mrkn/ARROW-6503 and squashes the following commits: f8ff9c10a <Kenta Murata> Remove needless constructors f18bc2b88 <Kenta Murata> Replace SparseTensorImpl constructors from a Tensor by factory functions 25f258013 <Kenta Murata> Refactoring: use checked_pointer_cast Authored-by: Kenta Murata <mrkn@mrkn.jp> Signed-off-by: Antoine Pitrou <antoine@python.org>