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

Function GetSparseCOOIndexMetadata

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

Source from the content-addressed store, hash-verified

1506}
1507
1508Status GetSparseCOOIndexMetadata(const flatbuf::SparseTensorIndexCOO* sparse_index,
1509 std::shared_ptr<DataType>* indices_type) {
1510 return IntFromFlatbuffer(sparse_index->indicesType(), indices_type);
1511}
1512
1513Status GetSparseCSXIndexMetadata(const flatbuf::SparseMatrixIndexCSX* sparse_index,
1514 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