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

Method ToString

cpp/src/arrow/sparse_tensor.h:290–292  ·  view source on GitHub ↗

\brief Return a string representation of the sparse index

Source from the content-addressed store, hash-verified

288
289 /// \brief Return a string representation of the sparse index
290 std::string ToString() const override {
291 return std::string(SparseIndexType::kTypeName);
292 }
293
294 /// \brief Return whether the CSR indices are equal
295 bool Equals(const SparseIndexType& other) const {

Callers 1

MakeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected