Returns the latest array schema as a shared pointer. */
| 339 | |
| 340 | /** Returns the latest array schema as a shared pointer. */ |
| 341 | inline shared_ptr<const ArraySchema> array_schema_latest_ptr() const { |
| 342 | return opened_array_->array_schema_latest_ptr(); |
| 343 | } |
| 344 | |
| 345 | /** Returns array schemas map. */ |
| 346 | inline const std::unordered_map<std::string, shared_ptr<ArraySchema>>& |
no outgoing calls
no test coverage detected