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

Function Equals

cpp/src/arrow/sparse_tensor.h:176–178  ·  view source on GitHub ↗

\brief Return whether the COO indices are equal

Source from the content-addressed store, hash-verified

174
175 /// \brief Return whether the COO indices are equal
176 bool Equals(const SparseCOOIndex& other) const {
177 return indices()->Equals(*other.indices());
178 }
179
180 inline Status ValidateShape(const std::vector<int64_t>& shape) const override {
181 ARROW_RETURN_NOT_OK(SparseIndex::ValidateShape(shape));

Callers

nothing calls this directly

Calls 3

indicesFunction · 0.85
indicesMethod · 0.80
EqualsMethod · 0.45

Tested by

no test coverage detected