Non-negative byte offsets to advance one value cell along each dimension If omitted, default to row-major order (C-like).
| 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 { |
| 167 | return GetPointer<const ::flatbuffers::Vector<int64_t> *>(VT_INDICESSTRIDES); |
| 168 | } |
| 169 | /// The location and size of the indices matrix's data |
| 170 | const org::apache::arrow::flatbuf::Buffer *indicesBuffer() const { |
| 171 | return GetStruct<const org::apache::arrow::flatbuf::Buffer *>(VT_INDICESBUFFER); |