Returns a shared pointer to the C TileDB array schema evolution object. */
| 278 | |
| 279 | /** Returns a shared pointer to the C TileDB array schema evolution object. */ |
| 280 | std::shared_ptr<tiledb_array_schema_evolution_t> ptr() const { |
| 281 | return evolution_; |
| 282 | } |
| 283 | |
| 284 | private: |
| 285 | /* ********************************* */ |
no outgoing calls
no test coverage detected