File tree Expand file tree Collapse file tree 3 files changed +6
-28
lines changed Expand file tree Collapse file tree 3 files changed +6
-28
lines changed Original file line number Diff line number Diff line change 3333#include " arrow/ipc/dictionary.h" // IYWU pragma: keep
3434#include " arrow/ipc/message.h"
3535#include " arrow/memory_pool.h"
36- #include " arrow/sparse_tensor_format .h"
36+ #include " arrow/sparse_tensor .h"
3737#include " arrow/status.h"
3838
3939namespace arrow {
Original file line number Diff line number Diff line change 2222#include < string>
2323#include < vector>
2424
25- #include " arrow/sparse_tensor_format.h"
2625#include " arrow/tensor.h"
2726
2827namespace arrow {
2928
3029// ----------------------------------------------------------------------
3130// SparseIndex class
3231
32+ // / \brief EXPERIMENTAL: Sparse tensor format enumeration
33+ struct SparseTensorFormat {
34+ enum type { COO, CSR };
35+ };
36+
3337// / \brief EXPERIMENTAL: The base class for representing index of non-zero
3438// / values in sparse tensor
3539class ARROW_EXPORT SparseIndex {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments