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

Function CheckSparseCSXIndexValidity

cpp/src/arrow/sparse_tensor.cc:324–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void CheckSparseCSXIndexValidity(const std::shared_ptr<DataType>& indptr_type,
325 const std::shared_ptr<DataType>& indices_type,
326 const std::vector<int64_t>& indptr_shape,
327 const std::vector<int64_t>& indices_shape,
328 const char* type_name) {
329 ARROW_CHECK_OK(ValidateSparseCSXIndex(indptr_type, indices_type, indptr_shape,
330 indices_shape, type_name));
331}
332
333} // namespace internal
334

Callers 1

SparseCSXIndexMethod · 0.85

Calls 1

ValidateSparseCSXIndexFunction · 0.85

Tested by

no test coverage detected