* Returns the C TileDB ndrect object. * * @return The C pointer to the NDRectangle object */
| 267 | * @return The C pointer to the NDRectangle object |
| 268 | */ |
| 269 | std::shared_ptr<tiledb_ndrectangle_t> ptr() const { |
| 270 | return ndrect_; |
| 271 | } |
| 272 | /** |
| 273 | * Get the data type of the range at idx |
| 274 | * |
no outgoing calls
no test coverage detected