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

Function indptrType

cpp/src/generated/SparseTensor_generated.h:266–268  ·  view source on GitHub ↗

The type of values in indptrBuffer

Source from the content-addressed store, hash-verified

264 }
265 /// The type of values in indptrBuffer
266 const org::apache::arrow::flatbuf::Int *indptrType() const {
267 return GetPointer<const org::apache::arrow::flatbuf::Int *>(VT_INDPTRTYPE);
268 }
269 /// indptrBuffer stores the location and size of indptr array that
270 /// represents the range of the rows.
271 /// The i-th row spans from `indptr[i]` to `indptr[i+1]` in the data.

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected