MCPcopy Create free account
hub / github.com/apache/arrow / GetSparseCOOIndexMetadata

Function GetSparseCOOIndexMetadata

cpp/src/arrow/ipc/metadata_internal.cc:1504–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502}
1503
1504Status GetSparseCOOIndexMetadata(const flatbuf::SparseTensorIndexCOO* sparse_index,
1505 std::shared_ptr<DataType>* indices_type) {
1506 return IntFromFlatbuffer(sparse_index->indicesType(), indices_type);
1507}
1508
1509Status GetSparseCSXIndexMetadata(const flatbuf::SparseMatrixIndexCSX* sparse_index,
1510 std::shared_ptr<DataType>* indptr_type,

Callers 2

ReadSparseCOOIndexFunction · 0.85
ReadSparseTensorPayloadFunction · 0.85

Calls 1

IntFromFlatbufferFunction · 0.85

Tested by

no test coverage detected