Skip to content

[Format] Support sparse tensor #16461

Closed
Closed
@asfimport

Description

From http://mail-archives.apache.org/mod_mbox/arrow-dev/201704.mbox/%3CCAJPUwMBV5pkiXqY1-hsfP%3D2qgjQg-hMKZMwmQa3jKdDfxSS26A%40mail.gmail.com%3E

since we have metadata for tensors/ndarrays and support in C++, having analogous metadata for sparse matrices seems reasonable. Someone else asked me about this in person recently (related to machine learning applications).

While many Arrow implementations will be focused on the in-memory columnar / record batch data model, having these traditional scientific computing memory layouts available for shared memory IPC will open up the Arrow C/C++ libraries to more use cases. We wouldn't necessarily expect other Arrow implementations (like Java) to implement these, though, unless they needed them.

Reporter: Kouhei Sutou / @kou
Assignee: Kenta Murata / @mrkn

PRs and other links:

Note: This issue was originally created as ARROW-854. Please see the migration documentation for further details.

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions