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

Method ToString

cpp/src/arrow/sparse_tensor.h:296–298  ·  view source on GitHub ↗

\brief Return a string representation of the sparse index

Source from the content-addressed store, hash-verified

294
295 /// \brief Return a string representation of the sparse index
296 std::string ToString() const override {
297 return std::string(SparseIndexType::kTypeName);
298 }
299
300 /// \brief Return whether the CSR indices are equal
301 bool Equals(const SparseIndexType& other) const {

Callers 1

MakeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected