Returns a shared pointer to the C TileDB array object. */
| 335 | |
| 336 | /** Returns a shared pointer to the C TileDB array object. */ |
| 337 | std::shared_ptr<tiledb_array_t> ptr() const { |
| 338 | return array_; |
| 339 | } |
| 340 | |
| 341 | /** |
| 342 | * Deletes all data written to the array with the input uri. |
no outgoing calls
no test coverage detected