\brief Return a string representation of the sparse index
| 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 { |