Commits


Wes McKinney authored and Uwe L. Korn committed a68f31b0f3f
ARROW-860: [C++] Remove typed Tensor containers cc @kou for opinions -- this patch breaks glib for the moment. Since tensors are all fixed width types, there's less reason to have strongly-typed containers for them (unlike the `arrow::Array` subclasses, where ListArray is quite different from Int8Array). My view is that if the visitor pattern needs to be employed, we can do it using the `type()` member on the tensor (which also provides compile-time access to `TypeClass::c_type` if needed) Author: Wes McKinney <wes.mckinney@twosigma.com> Author: Kouhei Sutou <kou@clear-code.com> Closes #571 from wesm/ARROW-860 and squashes the following commits: fe0b4d8 [Kouhei Sutou] Remove typed Tensors from glib 357f441 [Wes McKinney] Remove typed Tensor containers