The type of values in indicesBuffer
| 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 { |