Commits

Wes McKinney authored e327c2e08d5
ARROW-761: [C++/Python] Add GetTensorSize method, Python bindings This computes the memory footprint of a serialized `arrow::Tensor` so that an appropriate memory region can be allocated. Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #521 from wesm/ARROW-761 and squashes the following commits: 983177e [Wes McKinney] Fix sign comparison warning 0d787ad [Wes McKinney] Add GetTensorSize method, Python bindings