The type of values in indptrBuffer
| 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. |