-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Description
Since all data message types at the moment are 1-dimensional, a "tensor" message will contain an array of dimensions and an order flag (C order vs. Fortran order) to enable data to be interpreted as multiple dimensions. This is similar to multidimensional arrays in APL or Fortran or MATLAB, ndarrays in NumPy, etc.
Reporter: Wes McKinney / @wesm
Assignee: Wes McKinney / @wesm
Related issues:
- [C++] Implement in-memory arrow::Tensor objects (is related to)
- [Python] Write and read tensors (with zero copy) into shared memory (is depended upon by)
Note: This issue was originally created as ARROW-550. Please see the migration documentation for further details.