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

Function indicesType

cpp/src/generated/SparseTensor_generated.h:161–163  ·  view source on GitHub ↗

The type of values in indicesBuffer

Source from the content-addressed store, hash-verified

159 };
160 /// The type of values in indicesBuffer
161 const org::apache::arrow::flatbuf::Int *indicesType() const {
162 return GetPointer<const org::apache::arrow::flatbuf::Int *>(VT_INDICESTYPE);
163 }
164 /// Non-negative byte offsets to advance one value cell along each dimension
165 /// If omitted, default to row-major order (C-like).
166 const ::flatbuffers::Vector<int64_t> *indicesStrides() const {

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected